Vcl.WinXCtrls.TCustomSplitView.Placement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Placement: TSplitViewPlacement read FPlacement write SetPlacement nodefault;

C++

__property TSplitViewPlacement Placement = {read=FPlacement, write=SetPlacement, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView

Description

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