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