System.Types.TSize.Width

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Width: Integer read cx write cx;

C++

__property LONG Width =  { read=cx,   write=cx  };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Types.pas
SystemTypes.h
System.Types TSize

Beschreibung

Gibt die Breite des TSize-Objekts an.

Siehe auch