[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Special type to handle a fake TComponentposition
Source position: classesh.inc line 25
type TPoint = Types.TPoint; |
This record describes a coordinate. It is used to handle the Topand Leftproperties of TComponent.
Xrepresents the X-Coordinate of the point described by the record. Yrepresents the Y-Coordinate of the point described by the record.