ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
Age (Function)
Returns the age according to the date of birth.
SysSerialNum (Function)
Returns the IMEI number of the current device.
iPrintArea (Function)
Prints a text in a rectangular area.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Handling TimeLine controls programmatically
A TimeLine control can be......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
MemSetPosition (Function)
Positions the memory zone on an element.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.