ImplClass: String;
ImplClass: string;
The ImplClass property determines the entire class name that implements custom algorithm of data loading.
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 IDtCustomConsumer 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 IDtUserConsumerEx.CustomConsumer.
See also: