ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InitRandom (Function)
Initializes the generator of random numbers.
fListDisk (Function)
Returns the list of disks installed on the computer.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
fLoadResource (Function)
Loads the content of a resource from a library.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
NoteDelete (Function)
Deletes a repositionable note found in the current window.
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
<Image>.ModifyContrast (Function)
Changes the contrast of an image contained in an Image control.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).