ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StartTimestamp (Property)
The StartTimestamp property is used to set the start date and time of an action.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
EndTimestamp (Property)
The EndTimestamp property is used to set the end date and time of an action.
<Calendar>.SelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
PVTCompareDateRange (Function)
Calculates and displays a date range comparison in a Pivot Table control.
<Pivot table>.CalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.