FMX.Layouts.TScaledLayout.SetWidth

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

Delphi

procedure SetWidth(const Value: Single); override;

C++

virtual void __fastcall SetWidth(const float Value);

プロパティ

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

説明

Width プロパティの設定関数です。

FMX.Layouts.TScaledLayout.SetWidth は FMX.Controls.TControl.SetWidth を継承しています。以下の内容はすべて FMX.Controls.TControl.SetWidth を参照しています。

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

関連項目