FMX.Objects.TSelectionPoint.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 | TSelectionPoint | 
説明
TSelectionPoint オブジェクトの形状が、親コントロールの境界線の中にあるべきかどうかを定義します。
ParentBounds が True の場合、TSelectionPoint オブジェクトの形状は、親コントロールの境界線の外に移動することができません。