ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Buffer (Keyword)
The Buffer keyword can correspond to...
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
TwainToGIF (Function)
Allows you to: save the document coming from the Twain device in a GIF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in GIF format (in a buffer)....
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
Palette (Property)
The Palette keyword can correspond to:
DataDirectory (Property)
The DataDirectory keyword can correspond to...
TextToXML (Function)
Converts an ANSI string to an XML string.
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
List,Search (External language)
Finds a value in a list.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
Key (Property)
The Key property is used to manipulate keys: in an xmlSignature variable. in a memcachedResult variable....
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....
Continent (Property)
The Continent keyword can correspond to: a Continent variable. the Continent property of the Country variable....
Nation (Property)
The Nation keyword can correspond to...
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
Calendar
The Calendar keyword can correspond to...
InstantMessaging (Property)
The InstantMessaging keyword can correspond to: the InstantMessaging property of a variable of type Contact. an InstantMessaging variable....
Separator (Property)
The Separator property is used to manage separators.
fDriveReady (Function)
Determines: if a given drive (storage card, CD or DVD) is available, whether the drive exists....
Remove
The Remove property determines if an element can be removed.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......