OnGetDisplayText Event

Applies to
TIB_CustomGrid

Declaration
TIB_GetDisplayTextEvent = Procedure(Sender: TObject; ACol, ARow: longint; var AString: string ) of object;

Description
This property is used to customize the text that is displayed in the cell.

Please be sure to check if the associated dataset is prepared or not before trying to access fields information. I purposely do not prevent the generation of this event even if the dataset is unprepared because I want the developer to have full control over the text of the grid.