FMX.Objects.TSelection.ParentBounds
Delphi
property ParentBounds: Boolean read FParentBounds write FParentBounds default True;
C++
__property bool ParentBounds = {read=FParentBounds, write=FParentBounds, default=1};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TSelection |
説明
TSelection オブジェクトの形状が、親コントロールの境界線の中にあるべきかどうかを定義します。
ParentBounds が True
の場合、TSelection オブジェクトの形状は、親コントロールの境界線の外に移動することができません。