Destroys an instance of TsgDXFExport object.
destructor Destroy; override;
Description
Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TsgDXFExport reference is not nil, and only then calls Destroy. If an TsgDXFExport instance has entities, they are NOT automatically saved on Destroy.
Go to CAD VCL Enterprise