API:FMX.Forms.TForm.Width

Aus RAD Studio API Documentation

Delphi

property Width: Integer read FWidth write SetWidth stored False;

C++

__property Width;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Beschreibung

Gibt die horizontale Größe (in Pixel)des Formulars an. {{#multireplace:FMX.Forms.TForm.Width|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:FMX.Forms.TCommonCustomForm.Width|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:FMX.Forms.TCommonCustomForm.Width|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Gibt die horizontale Größe (in Pixel)des Formulars an.

Mit der Eigenschaft Width wird die Breite des Formulars gelesen oder geändert.

Siehe auch