Vcl.WinXCtrls.TSplitView.CloseStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CloseStyle;

C++

__property CloseStyle = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSplitView

Description

The appearance of the control when closed.

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

The appearance of the control when closed.

Possible values are:

  • svcCollapse: Default. The split view is completely hidden.
  • svcCompact: The width of the closed split view is equal to the value of CompactWidth.

See Also