Vcl.WinXCtrls.TSplitView.DisplayMode

From RAD Studio API Documentation

Delphi

property DisplayMode: TSplitViewDisplayMode read FDisplayMode write SetDisplayMode default 0;

C++

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

The appearance of the control when closed.

Possible values are:

  • svmDocked: Default. The control is docked to the left or right edge of the form, and the client area is reduced by the width of the control.
  • svmOverlay: The control displays on top of the client area of the form.

See Also