ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Scrollbar control
The Scrollbar control is used to scroll objects (text, captions, etc.
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ERR_PARSER
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
PanelEnumerate (Function)
Enumerates the Dockable Panel controls in a window.
StyleDrawCaptionGrayed (Function)
Customizes how text is drawn in grayed out controls.
Properties associated with reports and controls
List of properties associated with the reports and their controls...
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
Toolbar control properties
List of properties associated with the Toolbar control...
Splitter control properties
List of properties associated with the Splitter control...
OLE control properties
List of properties associated with an OLE control...
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Link control properties
The Link control is available in a page and in a report......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
7. Layouts using the Flexbox control
Thumbnail (Property)
The Thumbnail property can be used on: the items of an HFSQL data file. For more details, see Thumbnail property on items. the Thumbnail controls (WEBDEV only). For more details, see Thumbnail property on Thumbnail controls....
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......