Version: 0.34.05 - last Update: Saturday, October 10, 2009, 11:45:00
This is a part of The Complete & Up-To-Date FOXTOOLS.FLL Reference.
Function count: 114 – already documented: 34 – remaining: 80
:= function is active and can be used without any constraint
:= function is active and can be used with some constraints
:= function is faulty and should not be used in VFP
:= function is deprecated (does only work in FoxPro DOS)
Fox-Editor Functions | |||
| _EDACTIVE | _EdActive() hides or shows the caret in an editor session window | ||
| _EDCLOSEFI | _EdCloseFi() closes an editor session window | ||
| _EDCOMMENT | _EdComment() comments highlighted text in an editor session | ||
| _EDCOPY | _EdCopy() copies highlighted text from an editor session passed | ||
| _EDCUT | _EdCut() cuts highlighted text out of an editor session | ||
| _EDDELETE | _EdDelete() deletes the highlighted text of an editor session | ||
| _EDGETCHAR | _EdGetChar() returns a character at a given position | ||
| _EDGETENV | _EdGetEnv() returns the environment settings for the editor session | ||
| _EDGETLNUM | _EdGetLNum() returns line number for a byte offset passed in | ||
| _EDGETLPOS | _EdGetLPos() returns the byte offset from BOF for a line number | ||
| _EDGETPOS | _EdGetPos() returns either the starting point of highlighted text or the caret position | ||
| _EDGETSTR | _EdGetStr() returns all characters starting from a specified offset until second offset is reached | ||
| _EDINDENT | _EdIndent() indents text by inserting a number of tab stops in the editor session | ||
| _EDINSERT | _EdInsert() inserts text at current caret position in the editor session | ||
| _EDLASTERR | _EdLastErr() returns the error number of the last error that occurred | ||
| _EDOPENFIL | _EdOpenFil() starts a new text editor session and opens a file from disk | ||
| _EDPASTE | _EdPaste() pastes text from Clipboard into an editor session | ||
| _EDPOSINVI | _EdPosInVi() returns the current visibility of a given caret position | ||
| _EDPROCLIST | _EdProcList() opens the Document View for a given editor session | ||
| _EDPROPERTIES | _EdProperties() opens the Properties Dialog for a given editor session | ||
| _EDREDO | _EdRedo() repeats the last undo step for a given editor session | ||
| _EDREVERT (_EDSAVE) | _EdRevert() discard all changes made to the file since last save | ||
| _EDSELECT | _EdSelect() selects a range of characters in the editor session | ||
| _EDSENDKEY | _EdSendKey() simulates a key press in a given editor session | ||
| _EDSETENV | _EdSetEnv() sets the environment for a given editor session | ||
| _EDSETPOS | _EdSetPos() sets new caret position for a given editor session | ||
| _EDSKIPLIN | _EdSkipLin() calculates offset position (@BOL) relative to another offset moving <nLineCount> lines up or down | ||
| _EDSTOPOS | _EdSToPos() scrolls an editor window so that a given position is visible | ||
| _EDSTOSEL | _EdSToSel() scrolls an editor window so that a highlighted area becomes visible | ||
| _EDUNDO | _EdUndo() undoes the most recent changes/edits in the editor session | ||
| _EDUNDOON | _EdUndoOn() Creates a group of undo-/redo-able actions in the editor session | ||
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 | |||
| CLOSECLIP | |||
| COUNTCLIPF | |||
| EMPTYCLIP | |||
| ENUMCLIPFM | |||
| GETCLIPDAT | |||
| GETCLIPFMT | |||
| ISCLIPFMT | |||
| OPENCLIP | |||
| REGCLIPFMT | |||
| SETCLIPDAT | |||
File & Directory Functions | |||
| CLEANPATH | |||
| FOXTOUCH | |||
| MKDIR | |||
| RMDIR | |||
| VALIDPATH | |||
| GETFILEVERSION | |||
| GETPROSTRG | |||
| PUTPROSTRG | |||
String Manipulation Functions | |||
| NEXTWORD | |||
| REDUCE | |||
| STRFILTER | |||
| WORDNUM | |||
| WORDS | |||
Miscellaneous Functions | |||
| FOXTOOLVER | |||
| MSGBOX | |||
| RGBCOMP | |||
Extended Windowing Functions | |||
| _FINDWINDO | |||
| _FINDWINDP | |||
| _GETWRECT | |||
| _WMAINWIND | |||
| MAINHWND | |||
WinSock Library Functions | |||
| _WSOCKSTARTUP | _WSockStartUp() initializes the Winsock library | ||
| _WSOCKGETHOSTBYADDR | _WSockGetHostByAddr() resolves an IP address string into a name | ||
| _WSOCKCLEANUP | _WSockCleanUp() un-initializes the Winsock library | ||
WinAPI Handling Functions | |||
| CALLFN | |||
| REGFN | |||
| REGFN32 |