TTMSFNCSearchList.OnDrawSearchItemColumn Event
Occurs when a search-list item column is drawn.
API unit family: TMSFNCSearchList
Declaring type: TTMSFNCSearchList
Inherited from: TTMSFNCCustomSearchList
Syntax
OnDrawSearchItemColumn: TSearchItemColumnDrawEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The search list that raises the event. |
AIndex |
The item index. |
AColumn |
The column index. |
ACanvas |
The canvas used for drawing. |
ARect |
The drawing rectangle. |
ItemState |
The visual state of the item. |
DefaultDraw |
Set to False to suppress default drawing. |