ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an insert query
An insert query (corresponding SQL statement......
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
Handling controls in a report
The different operations available for the report controls are as follows......
HExecuteProcedure (Function)
Runs a stored procedure.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawText (Function)
Draws a text in an Image variable.
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<Image variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable.
<picLayer variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<WDPic variable>.InvertColor (Function)
Inverts the colors of a WDPic variable.
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
Reintegrating translated text into a project
Once the translation of framework libraries ("......
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
HListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
BottomIndent (Property)
The BottomIndent property gets and sets the space at the bottom of the text (bottom margin) in a control.
dbgEndRecording (Function)
Stops recording the scenario.