ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by AuthIdentify
WLanguage procedure ("Callback") called by AuthIdentify during the authentication.
Zoom (Property)
The Zoom property is used to determine and change the zoom applied to an element.
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
Extra (Property)
The Extra property manges additional information.
PageNumber (Property)
The PageNumber property gets and sets a page number.
Age
The Age keyword can correspond to...
DataDirectory (Property)
The DataDirectory keyword can correspond to...
Library (Property)
The Library property allows you to handle the different preset libraries associated with a Diagram Editor control. This property accesses the array of libraries of the Diagram Editor control.
<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.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
SaaSAdminListClientSubscription (Function)
Lists the SaaS subscriptions of a client account.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
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 property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.