[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extctrls.pp line 655
public constructor TBevel.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for TBevel. Create calls the inherited Create method, and sets the initial values used in the ControlStyle, Style, Shape, and Bounds properties.
|
Constructor for the class instance. |