Caption
Specifies text to be shown when there are no visible rows inside grid.property Caption: WideString read FCaption write SetCaption;Example:
NextGrid1.Caption := 'There are no rows to be shown';
property Caption: WideString read FCaption write SetCaption;NextGrid1.Caption := 'There are no rows to be shown';