Vcl.WinXCtrls.TCustomSplitView.Placement

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Placement: TSplitViewPlacement read FPlacement write SetPlacement nodefault;

C++

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

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView


説明

分割ビューがフォーム上のどこに配置されたか示します。

取り得る値は以下のとおりです。

  • svpLeft: デフォルト。 分割ビューはフォームの左側にある。
  • svpRight: 分割ビューはフォームの右側にある。

関連項目