ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Rating control properties
The Rating control can be used in a window as well as in a page....
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
MongoAggregationPipeline (Function)
Used to retrieve documents that enter a multi-stage pipeline and are transformed into aggregated results.
iFont (Function)
Selects the default font.
7. AJAX technology
Page contexts
In a Windows application, the information relative to a window is stored with the window......
25. Performing a process on several successive pages
Performing a process on several successive pages...
8. 10 tips for better interfaces...
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
27. Center or anchor a site horizontally
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
HState (Function)
Used to find out the state of a record.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
GanttChangeMode (Function)
Modifies the period (which means the number of days) displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
GanttDateTimePosition (Function)
Configures the first day and the first time displayed in a Gantt Chart column (found in a Table or TreeView Table control).
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.SetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.