Vcl.WinXCtrls.TSplitView.Placement

From RAD Studio API Documentation

Delphi

property Placement: TSplitViewPlacement read FPlacement write SetPlacement;

C++

__property Placement;

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSplitView

Description

Specifies where on the form the split view is placed. {{#multireplace:Vcl.WinXCtrls.TSplitView.Placement|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.WinXCtrls.TCustomSplitView.Placement|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.Placement|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies where on the form the split view is placed.

Possible values are:

  • svpLeft: Default. 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