Vcl.WinXCtrls.TSplitView.Placement

From RAD Studio API Documentation
Jump to: navigation, search

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.

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

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