ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
Error 203: The procedure already has a scope attribute (local or global)
Error 102: The constants can be defined in the initialization code of project, ...
Error 1060: Unable to call method without parameter: add ()
Error 1023: The access to the method of the class is restricted by a private inheritance
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
Error 1011: To access the global member of the class, use ClassName::MemberName
Error 40: The END statement marking the end of the class declaration is missing
Error 1035: A class used in a structure must have a constructor without parameter...
Error 38: The END statement marking the end of the structure declaration is missing
Error 30: An exception process cannot be declared inside another exception process...
Error 1036: A class used in an array must have a constructor without parameter
Error 202: The method already has an access attribute (public, protected or private)
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
Error 1004: To explicitly access an element of the base class '%1', use the syntax
Error 39: The END statement marking the end of declaration of the composite variable is missing
Error 1005: To explicitly access a global element of '%1' class, use the syntax
ExceptionInfo (Function)
Retrieves information about the current exception.
ExceptionPropagate (Function)
Propagates an exception.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.