TsgDXFConverter.Reference
Increments the number of references to instance of the TsgDXFConverter class that are currently in use.
procedure Reference;
Description
Reference is used to determine when the object can be destroyed. Reference increments the number of references to instance of the TsgDXFConverter class. Release decrements the internal counter of the references and when it is equal zero the instance of the TsgDXFConverter class will be destroyed.
Go to CAD VCL Enterprise