ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Numerical (Property)
Numerical is used to find out whether an item is a numeric item.
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HInfoServer (Function)
Returns the specified information about the server.
HDeactivateTrigger (Function)
Disables a trigger.
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
XMLPath (Function)
Returns the current position in the document in XPATH format.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
SchedulerChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
NationToLanguage (Function)
Returns the language corresponding to a nation.
LanguageToNation (Function)
Returns the nation corresponding to a language.
LanguageToCharset (Function)
Returns the character set corresponding to a language.
TextToXML (Function)
Converts an ANSI string to an XML string.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.