ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Compile (Example)
Usage example of the Compile function
LoadParameter (Function)
Reads a persistent value.
Compilation options (chm format)
Name (Property)
The Name property is used to get the name of an element.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
iCreateFont (Function)
Creates a new print font.
Type (Property)
The Type property is used to get and change the type of an element.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Alias (Property)
The Alias property gets the alias of an element.
Text (Property)
The Text property is used to get and modify text.
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Height (Property)
The Height property is used to get and change the height of an element.
2. Projects in practice
Discover the main operations that can be performed on a project....
Width (Property)
The Width property is used to determine and change the width of an element.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.