Vcl.WinXCtrls.TSplitViewPlacement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSplitViewPlacement = (svpLeft, svpRight);

C++

enum DECLSPEC_DENUM TSplitViewPlacement : unsigned char { svpLeft, svpRight };

Properties

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

Description

The position of the split view on the form.

Possible values are:

  • svpLeft: The split view is on the left side of the form.
  • svpRight: The split view is on the right side of the form.

See Also