ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Error 14: ELSE statement without IF
Error 703: The property does not exist
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
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).
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
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.
StartTimestamp (Property)
The StartTimestamp property is used to set the start date and time of an action.
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.