home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
xbase
/
library
/
clipper
/
window
/
clipwin
/
windref.doc
< prev
next >
Wrap
Text File
|
1988-03-23
|
4KB
|
70 lines
Windows For Clipper
Quick Reference
------------------------------------------------------------------------------
NOTE: Conventions used in this reference are as follows:
... - Ellipses following an item indicate that more
items having the form may appear.
<Window> - Valid Window Number Returned by Window Initialization
Function.
<ExpN> - Numeric expression.
<ExpC> - Character or Character String Expression.
<Log> - Logical True or False
------------------------------------------------------------------------------
Control & Initialization Functions
----------------------------------
_SINIT_WN(<ExpN>,<ExpN>,<ExpN>,<ExpN>) _________ Window Init./Creation
_SST_WNCL(<Window>,<ExpC>) _____________________ Window Color Selection
_SST_WNBC(<Window>,<ExpN>) _____________________ Window Border Char. Selection
_SST_PTSL(<Window>,<ExpN>) _____________________ Window Pointer Selection
_SST_PTCL(<Window>,<ExpC> ______________________ Window Pointer Color Selection
_SST_UBIOS(<Window>,<Log>) _____________________ Window Video Access Method
_SWNCHG(<Window>,<ExpN>,<ExpN>) ________________ Change Window Deminsions
_SMOVE_WN(<Window>,<ExpN>,<ExpN>) ______________ Move Window
_SREM_WN(<Window>) _____________________________ Remove Window From Memory
_SWN_ROW(<Window>) _____________________________ Number of rows in window
_SWN_COL(<Window>) _____________________________ Number of columns in window
Input & Output Functions
------------------------
_SWNPUTCH(<Window>,<ExpN>,<ExpN>,<ExpC>) _______ Write a Char. To a Window
_SWNGETCH(<Window>,<ExpN>,<ExpN>) ______________ Read a Char. In A Window
_SDRW_ROW(<ExpN>,<ExpN>,<ExpN>,<ExpC>)__________ Write Char. number of times
on screen
_SDRW_WN(<Window>) _____________________________ Draw a window on the screen
_SWTE_TXT(<Window>,<ExpC>) _____________________ Write text in window
_SWTE_RECS(<Window>,<Fieldname>....) ___________ Write Field info to a window.
10 Fields Max.
_SWTE_PTR(<Window>,<ExpN>,<ExpC>) ______________ Write a pointer in a window
_SCLS_WN(<Window>) _____________________________ Clears Window Contents
_SCRL_VERT(<Window>,<ExpN>) ____________________ Vertical Scroll of text
in a window
_SCRL_HORZ(<Window>,<ExpN>) ____________________ Horizontal Scroll of text
in a window
_SWNERASE(<Window>) ____________________________ Erases window from screen,
not from memory
_WNSAVE(<Window>,<ExpC>) _______________________ Save window contents in a
memory file.
_WNRESTORE(<Window>,<ExpC>) ____________________ Restore window contents from
a memory file.
_WNGETBUF(<Window>,<ExpC>) _____________________ Store Windows Contents in a
character variable buffer.
_WNPUTBUF(<Window>,<ExpC>) _____________________ Writes character variable
buffer contents into a window.
_WN_DBF(<Window>,<Fieldname>,.....)_____________ View database fields in window
and select record
Other Functions
---------------
_BIGSTR(<ExpC>,<ExpN>,<ExpN>,<ExpC>) __________ Writes Big strings
_NEWCOLOR(<ExpN>,<ExpN>,<ExpN>,<ExpN>,<ExpC>) _ Changes color attr. on screen