ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
fWatchStop (Function)
Stops watching a file or directory.
HListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
fWatchFile (Function)
Starts watching a file.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
HWatchStop (Function)
Stops watching a table on an HFSQL server.
<Source>.WatchStop (Function)
Stops watching a table on an HFSQL server.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
fWatchStopAll (Function)
Stops all current watch tasks of files and directories.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
MemCurrent (Function)
Returns the index of the current element.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
CurrentYear (Function)
Returns the current year in integer format.
ThreadState (Function)
Returns the current status of a thread.
DateToDayInAlpha (Function)
Returns the name of the day corresponding to a specified date.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning to the dynamic audit.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type...
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.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
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.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
1
6
7
8
9
10
39
>