[Overview][Types][Classes][Procedures and functions][Index] |
Sets the creation parameters for the control handle.
Source position: checklst.pas line 58
protected procedure TCustomCheckListBox.CreateParams( |
var Params: TCreateParams |
); override; |
Params |
|
Parameters applied to the control, including the Owner drawing style. |
CreateParams is an overridden procedure used to set the creation parameters for the class instance. It calls the inherited method on entry, and sets the list box drawing style flag for the class instance.
lazarus-ccr.sourceforge.net |