Vcl.WinXCtrls.TCustomSplitView.Placement
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: 分割ビューはフォームの右側にある。