ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics......
WinStatus (Function)
Identifies or modifies the window status.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
Constants for managing appointments
Lists of constants used to manage the appointments...
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS stream...
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Date (Type of variable)
The Date type enables you to easily handle the dates...
WDSQL, SQL querier: Overview
WDSQL is used to......