Vcl.ExtCtrls.TBevel.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TBevel(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TBevel

Description

Creates and initializes an instance of TBevel.

Call Create to instantiate a bevel at runtime. Bevels placed on forms at design time are created automatically.

See Also