Fce - property of the PmaDll object
Description:
Access to functions defined in DLL library independently on the PROMOTIC system
Note:
Property access for
read only.
This property is obsolete (but functional). After the application is launched, the PROMOTIC system creates the object by which it accesses functions defined in DLL libraries. By this property it is possible to access this object and therefore to make use of these functions as well.
Example:
Example of an access to functions with the names Init and Close defined in the DLL library
VBScriptSelect and copy to clipboard
Dim obj
Set obj = oDll.Fce
obj.Init x, y
obj.Close