ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Various WEBDEV constants
Various WEBDEV constants...
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Body Complement block
The Body complement block is linked to the Body block......
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Error 1004: To explicitly access an element of the base class '%1', use the syntax
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
Error 19: The step of this FOR loop must be constant
<Cell>.DisplayDialog (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.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
NumberRow (Property)
The NumberRow property returns the maximum number of rows containing data in a Spreadsheet control. These rows contain data, a formula, formatting or a non-standard height.
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
FlexWrap (Property)
The Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").
Operator on Address
The & operator returns the address of a variable as an integer
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......