[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extctrls.pp line 977
public constructor TBoundLabel.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner for the class instance. |
Create is the constructor for TBoundLabel. It calls the inherited Create method, and makes itself a SubComponent of the Owner. The default values for the following properties are set:
The Caption for the label is changed to the value from the Name property in the Owner control.
Modified in LCL version 4.0 to set default values for the Alignment and Layout properties.
|
Horizontal alignment for the Caption displayed on the bound label. |
|
|
The text displayed for the control. |
|
|
Specifies the vertical alignment for the Caption text on the label. |
|
|
Constructor for the class instance. |
|
Version 4.0 | Generated 2025-05-03 | Home |