ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
2. Analysis in practice
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
UsefulWidth (Property)
The UsefulWidth property is used to get and change the useful width of an internal window (or supercontrol) with scrollbars.
Select query description window: Items that can be used
UsefulHeight (Property)
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
<WDPic variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable.
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
Table,Col (External language)
Returns the current index of the column.
MemCurrent (Function)
Returns the index of the current element.
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
Upload control events
The following processes are associated with the Upload control:...
Primary (Property)
The Primary property can be used: on the gglPostalAddress type. on the gglEmail type. on the gglInstantMessaging type on the gglOrganization type on the gglPhoneNumber type]....
CertificateSelect (Function)
Opens a window for selecting the certificates. The listed certificates are the certificates installed in the personal store.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.