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

TMUIList.OnDisplay

Define what should be printed in a list row

Declaration

Source position: MUIClass.List.pas line 126

published property TMUIList.OnDisplay : TDisplayEvent
  read FOnDisplay
  write SetOnDisplay;

Description

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.

See also

Format

  

Format the Columns of the List

Text.Contents

  

String to be displayed in a text object.


Documentation generated on: 2024-04-24