[Overview][Types][Classes][Procedures and functions][Index] |
Provides indexed access to header usage status for Items in the control.
Source position: checklst.pas line 81
public property TCustomCheckListBox.Header[AIndex: Integer] : Boolean |
Header is an indexed Boolean property which indicates if the specified item is used as a header (instead of a check box) in the control. When the property contains True, the item is rendered as text and does not include any check box behavior.
Reading the value in Header causes the CheckIndex method to be called to validate the value in Index. If a handle has been allocated for the control, the GetHeader method in the widget set class is called to get the value for the property. Otherwise, the cached item data for the control is examined to get the property value.
Setting a new value for the property causes the CheckIndex method to be called to validate the value in Index. If a handle has been allocated for the control, the SendItemHeader method is called to set the value for the property. Otherwise, the cached item data for the control is updated.
|
Adjusts the drawing area for the specified item, and renders it on the control. |
|
|
The list of all items defined in the control. |
Version 4.0 | Generated 2025-05-03 | Home |