ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service variable
The Service variable is used to...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HReset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
Assignment operators
Three assignment operators are available...
<Source>.Reset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
WLanguage types
The different types in WLanguage are...
Advanced types
The advanced types of WLanguage are as follows
MQTTUnsubscribeAll (Function)
Allows you to unsubscribe from all the existing subscriptions.
PicRotation (Function)
Rotates a WDPic image.
<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table...
Library (Property)
The Library property allows you to handle the different preset libraries associated with a Diagram...
<redisConnection>.PipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
<redisConnection>.PipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
SaaSAdminListClientSubscription (Function)
Lists the SaaS subscriptions of a client account.
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using...
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
SSHWrite (Function)
Writes data into the specified SSH session.
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array...
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
WBAdminListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
Guided tour management constants
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFAdd (Function)
Creates a record in a file of a Salesforce database.
SFDelete (Function)
Deletes records from a Salesforce database.
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.