[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'CheckLst' (#lcl)

TCustomCheckListBox.CreateParams

Sets the creation parameters for the control handle.

Declaration

Source position: checklst.pas line 58

protected procedure TCustomCheckListBox.CreateParams(

  var Params: TCreateParams

); override;

Arguments

Params

  

Parameters applied to the control, including the Owner drawing style.

Description

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.

See also

TCustomListBox.Style

The latest version of this document can be found at lazarus-ccr.sourceforge.net.