ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fDirAttribute (Function)
Returns or modifies the attributes of a directory.
fRemoveDir (Function)
Deletes a directory from a disk.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
fExeDir (Function)
Returns the directory from which the execution is started.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
DDETopic (Function)
Identifies the subject of conversation associated with a DDE connection.
fCurrentDir (Function)
Identifies or modifies the current directory.
fMoveDir (Function)
Moves a directory and its content.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
DDEUpdate (Function)
Modifies a linked data.
fDir (Function)
Finds a file or directory.
fRename (Function)
Modifies the name of a file.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
fLongName (Function)
Returns the long name of a file or directory.
LoadDLL (Function)
Loads the specified library (DLL) in memory.
SysVersion (Function)
Returns information about the PHP version used on the current server.
fShortName (Function)
Returns the short name of a file or directory.
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
SendKey (Function)
Simulates the keystrokes and the mouse actions.