CRT Documentation: Reference

ScreenX

[This function does not have a corresponding DOS function.]

Returns the true X coordinate of the current cursor location.

function ScreenX: integer;

Parameters

This function has no parameters.

Return Values

Returns the current absolute column position, without taking into account any calls to Window or changes to WindMin or WindMax.

Remarks

The return value is 1-based. This is a new function for Delphi and was not previously available in Turbo Pascal or Borland Pascal.

See Also

Crt Overview, ScreenY