System.Types.TRect.Left
Delphi
0: (Left, Top, Right, Bottom: FixedInt);
C++
__property LONG Left = { read=left, write=left };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field property |
public | System.Types.pas SystemTypes.h |
System.Types | TRect |
Description
Represents the horizontal coordinate of the upper-left corner point of the rectangle.