ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fListFile (Function)
Lists the files found in a directory and returns the list of files.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
InSysNotificationMode (Function)
Used to determine if the application is launched from an interactive notification in "Windows 10".
PageChangeLayout (Function)
Applies a specific layout to a page.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Net constants
List of constants used by the Net functions....
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
fSeparator (Function)
Returns a file path with normalized separators.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
Installing a SOAP server with IIS
SQLSeek (Function)
Positions on the specified result row of the query.
NetOpenRemoteAccess (Function)
Establishes a remote connection.
SQLReqExists (Function)
Checks the existence of a query.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SQLModify (Function)
Modifies the content of a row in the query result.
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
EndProgram (Function)
Ends the execution of the current program.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
SQLChangeConnection (Function)
Modifies the current connection.
Installing a SOAP server with Apache