ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
grColor (Function)
Returns and initializes the color of different chart elements.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Browser constants
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Automatic documentation of external components
External components must include a technical documentation......
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
24. Displaying and linking pages
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......