ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDelete (Function)
Deletes a file accessible from the current computer.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Description (Property)
The Description property is used to get and change the page description.
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
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)....
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
ImageScrollingPosition (Function)
Returns the displayed image.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
InitRandom (Function)
Initializes the generator of random numbers.
fSize (Function)
Returns the size of a file (in bytes).
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
fListDisk (Function)
Returns the list of disks installed on the computer.
Character strings
WLanguage supports different types of strings....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
fMoveDir (Function)
Moves a directory and its content.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.