Vcl.WinXCtrls.TCustomSplitView.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomSplitView(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomSplitView(HWND ParentWindow) : Vcl::Extctrls::TCustomPanel(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView

Description

Creates an instance of the TCustomSplitView.

Create sets the default values for all the split view properties.

See Also