TTMSFNCComboBox.OnGetItemText Event
Occurs when virtual item mode needs the display text for an item.
API unit family: TMSFNCComboBox
Declaring type: TTMSFNCComboBox
Inherited from: TTMSFNCCustomComboBox
Syntax
OnGetItemText: TTMSFNCComboBoxGetItemTextEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that requests the item text. |
AIndex |
Zero-based item index for which text is requested. |
AText |
Receives the display text for the requested item. |