CRT Documentation: Reference |
[This type does not have a corresponding DOS type.]
Used when accessing the coordinates contained within WindMin and WindMax.
TWindCoord = packed record case integer of 0: (Value: longword); 1: (X, Y: word); end;
This record declaration can be used to typecast WindMin and WindMax and retrieve the X and Y values contained within (similar to how Hi and Lo were used in legacy code to retrieve these same values, Lo and Hi no longer work and you must typecast the variables if you want access to those same values).
Crt Overview, WindMin, WindMax