[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Check whether a point is invalid.
Source position: line 0
function InvalidPoint( |
X: Integer; |
Y: Integer |
):Boolean; |
const At: TPoint |
):Boolean; |
const At: TSmallPoint |
):Boolean; |
InvalidPoint returns True if the X and Y coordinates (of the TPoint or TSmallPoint records, if one of these versions is used) are -1.
|
Special type to handle a fake TComponent position |
|
|
Type to describe point in a small plane. |
|
|
Check whether two TPoint variables are equal. |
No notes exist for this page yet.