FMX.Objects.TSelectionPoint.ParentBounds

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

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 オブジェクトの形状が、親コントロールの境界線の中にあるべきかどうかを定義します。

ParentBoundsTrue の場合、TSelectionPoint オブジェクトの形状は、親コントロールの境界線の外に移動することができません。

関連項目