ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
Color (Property)
The Color property is used to get and change the color of an element.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
gImage (Function)
Builds a sequence of characters containing an image.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Compile (Example)
Usage example of the Compile function
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
Installing a Webservice (old format)
LoadParameter (Function)
Reads a persistent value.
Name (Property)
The Name property is used to get the name of an element.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
zipExtractPath (Function)
Returns the path of a file found in the archive.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
Type (Property)
The Type property is used to get and change the type of an element.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
gLine (Function)
Builds a sequence of characters containing a line.
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).
Twain constants
List of constants used by the Twain functions....
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
Text (Property)
The Text property is used to get and modify text.
Title (Property)
The Title property is used to get and change the title of an element.
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function