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

TBoundLabel.Create

Constructor for the class instance.

Declaration

Source position: extctrls.pp line 923

public constructor TBoundLabel.Create(

  TheOwner: TComponent

); override;

Arguments

TheOwner

  

Owner for the class instance.

Description

Create is the constructor for TBoundLabel. It calls the inherited Create method, and makes itself a SubComponent of the Owner. The Caption in the control is changed to the Name in the Owner.

See also

TCustomLabel.Create

  

Constructor for the class instance.