Vcl.WinXCtrls.TCustomSplitView.CloseStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CloseStyle: TSplitViewCloseStyle read FCloseStyle write SetCloseStyle default svcCollapse;

C++

__property TSplitViewCloseStyle CloseStyle = {read=FCloseStyle, write=SetCloseStyle, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView

Description

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