FMX.Controls.TControl.SetBoundsRect

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

Delphi

procedure SetBoundsRect(const Value: TRectF); virtual;

C++

virtual void __fastcall SetBoundsRect(const System::Types::TRectF &Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

説明

BoundsRect プロパティの設定関数です。ValueBoundsRect プロパティの新しい値を指定します。

関連項目