ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report controls
Several types of controls can be handled in a report created by the report editor......
BrowserMobile (Function)
Allows you to find out whether the browser used by the Web user is started on a mobile device.
NotesOut (Function)
Used to find out whether a current document exists in Lotus Notes.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
ScrollbarIsVisible (Function)
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
<Chart>.AutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
AJAXAvailable (Function)
Used to find out whether the AJAX technology is supported by the current browser.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....