FMX.Objects.TSelection.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 TSelection


説明

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

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

関連項目