ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
MySelf (Reserved word)
MySelf is used to handle the current control...
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
DDE constants
List of constants used by the DDE functions...
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
grLegend (Function)
Indicates the presence and position of legend in a chart.
HPrevious (Function)
Positions on the previous file record according to a browse item.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
ExtractLine (Function)
Extracts a specific line from a character string.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
HOut (Example)
Usage example of the HOut function