Vcl.WinXCtrls.TCustomSplitView.DisplayMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayMode: TSplitViewDisplayMode read FDisplayMode write SetDisplayMode default svmDocked;

C++

__property TSplitViewDisplayMode DisplayMode = {read=FDisplayMode, write=SetDisplayMode, 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:

  • 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