[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: checklst.pas line 73
public constructor TCustomCheckListBox.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for TCustomCheckListBox. It calls the inherited Create method, and sets the component style flag for the control. It also calls the inherited GetCachedDataSize method to determine the storage size needed for each cached item in the control. Create sets the default values for the HeaderBackgroundColor and HeaderColor properties.
|
Constructor for the class instance. |
|
|
Returns the size for cached item data in the control. |
Version 4.0 | Generated 2025-05-03 | Home |