ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Handling report blocks
The different operations available on report blocks are as follows......
XMLSavePosition (Function)
Stores the current position in the XML document.
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
WayPoint (Property)
The WayPoint property is used to determine and change the points a Wire control has to pass through.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
fListResource (Function)
Lists the resources integrated to the application.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
The Check Box control
A Check Box can correspond to......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
The Spin control
A Spin control is used to increase or reduce a value found in a control......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
fMoveDir (Function)
Moves a directory and its content.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......