ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
<Calendar>.SelectPlus (Function)
Selects a date in a Calendar control.
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
<Toolbar>.Dock (Function)
Docks a Toolbar control to a window or changes the anchoring position of a docked Toolbar control.
<Toolbar>.Undock (Function)
Transforms a docked Toolbar control into a floating Toolbar control.
<Toolbar>.Position (Function)
Indicates the display mode of a Toolbar control.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
DocGoIntoEdit (Function)
Enters in edit in the Word Processing control in a specific document section: body, header or footer.
DocExitEdit (Function)
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit.
iSequencingAddDoc (Function)
Adds a print of Word Processing document into a sequence of report prints.
SysDeviceInfo (Function)
Retrieves information from the mobile device where the application is run
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
BeaconListBackgroundDetection (Function)
Returns the list of active Beacon detections started in the background with BeaconDetectBackground.
BeaconStopBackgroundDetection (Function)
Stops one or more Beacon detections in the background.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
BeaconStopPreciseDetection (Function)
Stops the Beacon detection started by BeaconDetectPrecise.
GridlinesVisible (Property)
The GridlinesVisible property is used to: Determine whether or not gridlines are visible in a control. Show or hide gridlines in a control....
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control. The layout of the diagram is defined in a variable of type diagLayout.
HeaderVisible (Property)
The HeaderVisible property allows you to get and set the visibility status of the row and column headers in the layout of an XLS document.
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.