Vcl.WinXCtrls.TSplitView.CloseStyle

From RAD Studio API Documentation

Delphi

property CloseStyle: TSplitViewCloseStyle read FCloseStyle write SetCloseStyle default 0;

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. {{#multireplace:Vcl.WinXCtrls.TSplitView.CloseStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.WinXCtrls.TCustomSplitView.CloseStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.WinXCtrls.TCustomSplitView.CloseStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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