ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
ErrorThrow (Function)
Throw a non-fatal error.
ThreadPause (Function)
Pauses the current thread during the specified duration.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
XMLSavePosition (Function)
Stores the current position in the XML document.
Multimedia control properties
List of properties associated with the Multimedia control...
HiWord (Function)
Returns the two high bytes of an integer.
SchedulerAddResource (Function)
Adds a new resource into a Scheduler control.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward...
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window...
IWListPrevious (Function)
Displays the previous internal window in the list of internal windows browsed by an Internal Window...
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table...
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table...
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value...