Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 tw_TFile( fHndl, tp, lt, bt, rt, j, norm )
 ----------------------------------------------------------------------------
     Displays an open textfile in a screen region and handles
     navigation through the file by keypresses. This function is called
     by twTextFile().

     ACTIVE KEYS:

     Down          - Down one line
     Up            - Up one line
     Left          - Left one column
     Right         - Right one column
     Home          - Left hand margin
     End           - Right hand margin
     PageUp        - Up one page
     PageDown      - Down one page
     Ctrl PageUp   - Top of file
     Ctrl PageDown - Bottom of file
     Escape        - Abort display

       Arguments:

     fHndl - 'N' File handle.

     tp,lt
     bt,rt - 'N' Screen coordinates for text display.

     j     - 'N' lines offset into file to start.

     norm  - 'N' DOS Colour attribute for display.

       Return:

     0 if all OK.
     8 if memory allocation error occurred.

       Example:

     tw_TFile( nHandle, wT + 1, wL + 1, wB - 1, ;
                    wR - 1, 1, fbColor )

See Also: twTextFile()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson