ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
SocketWrite (Function)
Writes a message intended to another socket.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
SaaSAdminListSite (Function)
Lists the SaaS sites declared in the database of a WEBDEV SaaS Webservice.
apExecute (Function)
Runs an action plan.
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....
MapDeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
Compass (Property)
The Compass property is used to: display or hide the compass on a Map control, determine whether the compass is displayed on a Map control....
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
BreadcrumbModifyLink (Function)
Modifies a link in a Breadcrumb control.
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......