Vcl.ExtCtrls.TSplitter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates an instance of TSplitter.

Call Create to instantiate a splitter at runtime. TSplitter objects placed on forms at design time are created automatically.

AOwner specifies the form whose surface the splitter divides.

See Also

Code Examples