API:FMX.Forms.TForm.Height

Aus RAD Studio API Documentation

Delphi

property Height: Integer read FHeight write SetHeight stored False;

C++

__property Height;

Eigenschaften

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

Beschreibung

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

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

Mit der Eigenschaft Height wird der Höhe des Formulars gelesen oder geändert.

Siehe auch