ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
Handling a TreeView Table control programmatically (prefix syntax)
This page explains how to program TreeView Table controls......
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TwainState (Function)
Returns the status of the current source.
SaaS constants
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
Scanner functions (prefix syntax)
The scanner functions are as follows:...
SQLReqExists (Function)
Checks the existence of a query.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
SQLChangeConnection (Function)
Modifies the current connection.
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
CurrentYear (Function)
Returns the current year in integer format.
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
NextTitle (Function)
Modifies the title of next window to open.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.