Vcl.WinXCtrls.TSplitViewDisplayMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSplitViewDisplayMode = (svmDocked, svmOverlay);

C++

enum DECLSPEC_DENUM TSplitViewDisplayMode : unsigned char { svmDocked, svmOverlay };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls Vcl.WinXCtrls

Description

Specifies how the split view appears when opened.

Possible values are:

  • svmDocked: 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