Event type for displaying a line in the List.
Source position: MUIClass.List.pas line 12
type TDisplayEvent = procedure( |
Sender: TObject; |
ToPrint: PPChar; |
Entry: PChar |
) of object; |
Sender |
|
List object who sends the Display event |
ToPrint |
|
Array of the texts to print, for every column one Entry |
Entry |
|
Pointer to the Entry to display |
|
Define what should be printed in a list row |