ImplementationCoreClass: String;
The ImplementationCoreClass property determines the name of the class without visual dependencies, in which the procedures for handling operations are implemented.
The property is used on setting up the custom class object, work with which is executed in the web application. The specified class must be implemented in the development environment object specified in the ImplementationCoreAssembly property. The requirements for the methods implemented in the class are specified in description of the ImplementationClass property.
The following should not be used in the method implementation:
Work with clipboard (use of properties and methods that copy/cut/paste to clipboard).
Work with forms (the Form class) and resources of the ExtCtrls assembly.
Use dialog boxes (dialog boxes implemented in the Ui assembly).
Work with properties that determine the state and place of mouse cursor.
The property use is given in the example for ImplementationCoreAssembly.
See also: