FMX.Controls.TControl.Width

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Width: Single read GetWidth write SetWidth stored False nodefault;

C++

__property float Width = {read=GetWidth, write=SetWidth, stored=false};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl


Beschreibung

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

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

Siehe auch