Vcl.Controls.TControl.Height
Delphi
property Height: Integer read FHeight write SetHeight;
C++
__property int Height = {read=FHeight, write=SetHeight, nodefault};
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | published | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Beschreibung
Gibt die Höhe des Steuerelements in Pixel an.
Mit Height können Sie die Höhe des Steuerelements abrufen oder ändern.
Siehe auch