API:Vcl.WinXCtrls.TSplitView

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.WinXCtrls.TCustomSplitViewVcl.ExtCtrls.TCustomPanelVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSplitView

Delphi

TSplitView = class(TCustomSplitView)

C++

class PASCALIMPLEMENTATION TSplitView : public TCustomSplitView

Properties

Type Visibility Source Unit Parent
class public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls Vcl.WinXCtrls

Description

The base class for TSplitView.

Vcl.WinXCtrls.TSplitView inherits from Vcl.WinXCtrls.TCustomSplitView. All content below this line refers to Vcl.WinXCtrls.TCustomSplitView.

The base class for TSplitView.

TSplitView implements a container for other controls that can be opened and closed. TSplitView is similar to the TMultiView in FireMonkey.

When opened, TSplitView can be docked to the left or right edge of the form, or displayed on top of the client area of the form (overlayed). When closed, the TSplitView can be completely hidden (CloseStyle = svcCollapse), or a smaller portion of the split view can remain visible (CloseStyle = svcCompact).

See Also

Sample