[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
2D point object
Source position: nvwidgets.pas line 23
type Point = object |
||
x: Integer; |
|
X location |
y: Integer; |
|
Y location |
procedure Point(); |
|
Constructor for the Point object |
end; |
|
2D point object |