TTMSFNCSearchList.OnGetSearchItemColumn Event
Occurs when column data is requested for a search-list item.
API unit family: TMSFNCSearchList
Declaring type: TTMSFNCSearchList
Inherited from: TTMSFNCCustomSearchList
Syntax
OnGetSearchItemColumn: TSearchItemColumnGetDataEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The search list that raises the event. |
AIndex |
The item index. |
AColumn |
The column index. |
ACaption |
Returns the column caption text. |
ADescription |
Returns the column description text. |
AImageIndex |
Returns the column image index. |