Foxtools – Reference by Function Groups

 Version: 0.34.05 - last Update: Saturday, October 10, 2009, 11:45:00

Foxtools – Alphabetical ReferenceFoxtools Home (TOC)Next Chapter


This is a part of The Complete & Up-To-Date FOXTOOLS.FLL Reference.

Function count: 114 – already documented: 34 – remaining: 80

Function active := function is active and can be used without any constraint
Function active := function is active and can be used with some constraints
Function faulty := function is faulty and should not be used in VFP
Function deprecated := function is deprecated (does only work in FoxPro DOS)

 

Fox-Editor Functions

Fox-Editor Functions


   
  _EDACTIVE _EdActive() hides or shows the caret in an editor session window Function active
  _EDCLOSEFI _EdCloseFi() closes an editor session window Function active
  _EDCOMMENT _EdComment() comments highlighted text in an editor session Function active
  _EDCOPY _EdCopy() copies highlighted text from an editor session passed Function active
  _EDCUT _EdCut() cuts highlighted text out of an editor session Function active
  _EDDELETE _EdDelete() deletes the highlighted text of an editor session Function active
  _EDGETCHAR _EdGetChar() returns a character at a given position Function active
  _EDGETENV _EdGetEnv() returns the environment settings for the editor session Function active
  _EDGETLNUM _EdGetLNum() returns line number for a byte offset passed in Function active
  _EDGETLPOS _EdGetLPos() returns the byte offset from BOF for a line number Function active
  _EDGETPOS _EdGetPos() returns either the starting point of highlighted text or the caret position Function active
  _EDGETSTR _EdGetStr() returns all characters starting from a specified offset until second offset is reached Function active
  _EDINDENT _EdIndent() indents text by inserting a number of tab stops in the editor session Function active
  _EDINSERT _EdInsert() inserts text at current caret position in the editor session Function active
  _EDLASTERR _EdLastErr() returns the error number of the last error that occurred Function active
  _EDOPENFIL _EdOpenFil() starts a new text editor session and opens a file from disk Function active
  _EDPASTE _EdPaste() pastes text from Clipboard into an editor session Function active
  _EDPOSINVI _EdPosInVi() returns the current visibility of a given caret position Function active
  _EDPROCLIST _EdProcList() opens the Document View for a given editor session Function active
  _EDPROPERTIES _EdProperties() opens the Properties Dialog for a given editor session Function active
  _EDREDO _EdRedo() repeats the last undo step for a given editor session Function active
  _EDREVERT (_EDSAVE) _EdRevert() discard all changes made to the file since last save Function faulty
  _EDSELECT _EdSelect() selects a range of characters in the editor session Function active
  _EDSENDKEY _EdSendKey() simulates a key press in a given editor session Function active
  _EDSETENV _EdSetEnv() sets the environment for a given editor session Function active
  _EDSETPOS _EdSetPos() sets new caret position for a given editor session Function active
  _EDSKIPLIN _EdSkipLin() calculates offset position (@BOL) relative to another offset moving <nLineCount> lines up or down Function active
  _EDSTOPOS _EdSToPos() scrolls an editor window so that a given position is visible Function active
  _EDSTOSEL _EdSToSel() scrolls an editor window so that a highlighted area becomes visible Function active
  _EDUNDO _EdUndo() undoes the most recent changes/edits in the editor session Function active
  _EDUNDOON _EdUndoOn() Creates a group of undo-/redo-able actions in the editor session Function active
Fox-Window Functions

Fox-Window Functions


   
  _WATTR    
  _WBOTTOM    
  _WBOTTOMP    
  _WCLEAR    
  _WCLEARREC    
  _WCLEARREP    
  _WCLOSE    
  _WFINDTITL    
  _WFOOTER    
  _WGETCURP    
  _WGETCURSO    
  _WGETPORT    
  _WHEIGHT    
  _WHEIGHTP    
  _WHIDE    
  _WHTOHWND    
  _WLEFT    
  _WLEFTP    
  _WMOVE    
  _WMOVEP    
  _WONTOP    
  _WOPEN    
  _WOPENP    
  _WPOSCURP    
  _WPOSCURSO    
  _WPUTCHR    
  _WPUTSTR    
  _WRIGHT    
  _WRIGHTP    
  _WSCROLL    
  _WSCROLLP    
  _WSELECT    
  _WSENDBEHI    
  _WSETATTR    
  _WSETPORT    
  _WSETTITLE    
  _WSHOW    
  _WSIZE    
  _WSIZEP    
  _WTITLE    
  _WTOP    
  _WTOPP    
  _WWIDTH    
  _WWIDTHP    
  _WZOOM    
Windows Clipboard Functions

Windows Clipboard Functions


   
  CLOSECLIP    
  COUNTCLIPF    
  EMPTYCLIP    
  ENUMCLIPFM    
  GETCLIPDAT    
  GETCLIPFMT    
  ISCLIPFMT    
  OPENCLIP    
  REGCLIPFMT    
  SETCLIPDAT    
File & Directory Functions

File & Directory Functions


   
  CLEANPATH    
  FOXTOUCH    
  MKDIR    
  RMDIR    
  VALIDPATH    
  GETFILEVERSION    
  GETPROSTRG    
  PUTPROSTRG    
String Manipulation Functions

String Manipulation Functions


   
  NEXTWORD    
  REDUCE    
  STRFILTER    
  WORDNUM    
  WORDS    
Miscellaneous Functions

Miscellaneous Functions


   
  FOXTOOLVER    
  MSGBOX    
  RGBCOMP    
Extended Windowing Functions

Extended Windowing Functions


   
  _FINDWINDO    
  _FINDWINDP    
  _GETWRECT    
  _WMAINWIND    
  MAINHWND    
WinSock Library Functions

WinSock Library Functions


   
  _WSOCKSTARTUP _WSockStartUp() initializes the Winsock library Function active
  _WSOCKGETHOSTBYADDR _WSockGetHostByAddr() resolves an IP address string into a name Function active
  _WSOCKCLEANUP _WSockCleanUp() un-initializes the Winsock library Function active
WinAPI Handling Functions

WinAPI Handling Functions


   
  CALLFN    
  REGFN    
  REGFN32    

 


Foxtools – Alphabetical ReferenceFoxtools Home (TOC)Next Chapter