ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
CoTan (Function)
Calculates the cotangent of an angle.
Cos (Function)
Calculates the cosine of an angle.
Tangent (Function)
Calculates the tangent of an angle.
Random (Function)
Returns a random number.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
8. If you are already familiar with WINDEV
Project description: Theme tab
The project description window allows you to configure various elements of your project......
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.