ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
ToClipboardRTF (Function)
Writes a character string in RTF format into the clipboard.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
fMoveDir (Example)
Usage example of the fMoveDir function
ThreadEnd (Function)
Ends the execution of the current thread.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
Query editor: Characteristics
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
XMLElementName (Function)
Returns the name of current element (tag or attribute).
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
PDF Reader control events