TdxCustomBarCodeSymbology.GetGeneratorClass Method
Returns the generator class.
Declaration
function GetGeneratorClass: TdxCustomBarCodeGeneratorClass; virtual; abstract;
Returns
Type |
---|
TdxCustomBarCodeGeneratorClass |
Remarks
This function supports the internal infrastructure and is not intended to be used directly from your code. If you need to create a custom barcode implementation, override the GetGeneratorClass function in a TdxCustomBarCodeSymbology class descendant to make it return the class-reference to the custom implemented barcode generator class.
Normally, the GetGeneratorClass function is called by the barcode symbology class’ constructor.
See Also