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

TBoundLabel.Create

Create - constructor for TBoundLabel: calls inherited Create, makes itself a SubComponent to the Owner, and sets its caption to the owner name

Declaration

Source position: extctrls.pp line 863

public constructor TBoundLabel.Create(

  TheOwner: TComponent

); override;

See also

TCustomLabel.Create