ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
DomoSwitchOff (Function)
Switches off one or more electrical devices compatible with the X10 protocol.
Switch control properties
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
DomoSwitchOn (Function)
Switches on one or more electrical devices compatible with the X10. protocol.
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV website, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Joins between the tables of a select query
When several tables are used in a query, the query editor automatically searches for the links between these tables described in the database schema......
Properties associated with the options of a Switch control
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......