FMX.Types.TPosition.X
Delphi
property X: Single read FX write SetX stored IsXStored nodefault;
C++
__property float X = {read=FX, write=SetX, stored=IsXStored};
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TPosition |
Beschreibung
Gibt die horizontale Koordinate des Objekts an.
Mit der Eigenschaft X wird die horizontale Koordinate des aktuellen TPosition-Objekts ermittelt oder gesetzt.
Siehe auch