ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
zipExtractFile (Example)
Usage example of the zipExtractFile function
SchedulerBackgroundColor (Function)
Sets a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
NoSpace (Function)
Returns a character string without the space characters: from the left and right side of the initial string. within the string....
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
HFSQL Control Center: Overview
The HFSQL Control Center allows you to manage the different HFSQL databases (Network, Mobile, Client/Server) of an organization......
SQLReqExists (Function)
Checks the existence of a query.
Chart management functions
...Chart management functions...
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
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....