Define what should be printed in a list row
Source position: MUIClass.List.pas line 127
published property TMUIList.OnDisplay : TDisplayEvent |
Since MUI's lists can handle any kind of entries, you have to supply a display hook to specify what should actually be shown in the display.
You must fill the ToPrint array with the strings that you want to display.
Note: You can of course use MUI's text engine facilities here to create e.g. right aligned or centered columns.
Without a display Event, MUI expects a simple one columned string list.
See Format for details about column handling.
|
Format the Columns of the List |
|
|
String to be displayed in a text object. |