ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
ChronoReset (Function)
Stops and resets a running stopwatch.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
HPass (Function)
Defines the password used to create or open a table.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
RegistryListKey (Function)
Lists the subkeys of a registry key.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Connection (Variable type)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Right (Function)
Extracts the last characters from a string or string buffer.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....