ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
TelemetryIsEnabled (Function)
Used to find out whether the telemetry is enabled.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
iCreateFont (Example)
Usage example of the iCreateFont function
GetTypeDefinition (Function)
Gets the description of a type identified by name.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
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).
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....