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]

 twDateInit( nT, nL, cColor, cwSType, cwFType,;
             cwFColor, lOKPaste )
 ----------------------------------------------------------------------------
     Initializes the calendar display parameters.

       Arguments:

     nT, nL   - 'N' Relative screen coordinates to begin the calendar
                    display. These will be updated if you move it.
                    Defaults to row 2, column 3.

     cColor   - 'C' Clipper colour string. YOU MUST PASS A COMPLETE
                    string, eg., "w/b,gr+/r,,,n/w" The default is the
                    current window colour.

     cwSType   - 'N' TSDWIN Shadow type. Defaults to the current shadow
                    type.

     cwFType   - 'N' TSDWIN Frame type. Defaults to the current frame
                    type.

     lOKPaste - 'L' Logical to allow pasting to gets.

       Return:

     NIL

       Example:

     twDateInit( 2, 3, "gr+/gr,g+/n,,,r+/n", 3, 10, .T. )

See Also: twCalendar()

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