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

TDBCheckBox.Create

Constructor for the class instance.

Declaration

Source position: dbctrls.pp line 673

public constructor TDBCheckBox.Create(

  TheOwner: TComponent

); override;

Arguments

TheOwner

  

Owner of the class instance.

Description

Create is the constructor for TDBCheckBox. It calls the inherited Create method, and forms the logical connections for checked and unchecked, sets initial style and state, forms datalinks and actions.

See also

TCustomCheckBox.Create

  

Constructor for the class instance.

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