Vcl.WinXCtrls.TSplitView.DisplayMode

From RAD Studio API Documentation
Jump to: navigation, search

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.

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

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