ImplClass: String;
ImplClass: String;
The ImplClass property determines the entire class name that implements custom algorithm of data extraction.
Class entire name is set in the format: ASS_ID.CLASS_NAME. Where:
ASS_ID. Fore/Fore.NET module or assembly identifier.
CLASS_NAME. Class identifier that inherits IDtCustomProvider and implements all its properties and methods.
NOTE. The property is outdated, use the Module and Macro properties.
The property use is given in the example for IDtUserProviderEx.CustomProvider.
See also: