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

TBevel.Create

Constructor for the class instance.

Declaration

Source position: extctrls.pp line 682

public constructor TBevel.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

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.

ControlStyle
Removes csSetCaption and csOpaque from existing values in ControlStyle.
Style
Set to the value bsLowered.
Shape
Set to the value bsBox.
Bounds
Calls SetInitialBounds to store the values from GetControlClassDefaultSize in Bounds.

See also

TGraphicControl.Create

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home