[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazatk1.pas line 31
type TAtkCoordType = ( |
||
TAtkCoordTypeMinValue = - $7FFFFFFF, |
|
|
ATK_XY_SCREEN = 0, |
|
|
ATK_XY_WINDOW = 1, |
|
|
ATK_XY_PARENT = 2, |
|
|
TAtkCoordTypeMaxValue = $7FFFFFFF |
|
|
); |