ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SaaSAdminClientConnection (Function)
Returns the connection to the database of a client account for a SaaS site.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
SaaSAdminFindSubscription (Function)
Finds a SaaS subscription.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property gets and sets the maximum height of a thumbnail of an Image item (binary memo).
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
GglDriveConnect (Function)
Creates a connection to Google Drive.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
dBorder (Function)
Draws the borders.
<redisConnection>.PipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
<WBAdminAuth variable>.DeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
<WBAdminAuth variable>.CreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
<WBAdminAuth variable>.UpdateAccount (Function)
Modifies WEBDEV account settings on a WEBDEV Application Server.
<redisConnection>.PipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
Sticky header (Code editor)
When working in a large code file (larger than the screen), it can sometimes be difficult to determine where you are in the code......