Unit 'MUIClass.List' Package
[Overview][Types][Classes][Index] [#MUIClass]

TDisplayEvent

Event type for displaying a line in the List.

Declaration

Source position: MUIClass.List.pas line 11

type TDisplayEvent = procedure(

  Sender: TObject;

  ToPrint: PPChar;

  Entry: PChar

) of object;

Arguments

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

See also

List.OnDisplay

  

Define what should be printed in a list row


Documentation generated on: 2024-04-20