×
Menu
Index

TXGETINFO Subroutine

 
Usage:
ti = TXGETINFO()
 
Description:
Returns information about the current text console. The variable contains the following members:
    ViewLeft – X location of the current screen view. 1 = left most position;
    ViewTop – Y location of the current screen view. 1 = top most position;
    ViewWidth – Width of the current screen view;
    ViewHeight – Height of the current screen view;
    Width – Width of the entire available text console;
    Height – Height of the entire available text console;
    Attr – Current text attribute;
    CurMode – Current text mode.