IBX.IBInputOutput.TIBOutputDelimitedFile.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TIBBatch.Destroy */ inline __fastcall virtual ~TIBOutputDelimitedFile() { }

Properties

Type Visibility Source Unit Parent
destructor public IBX.IBInputOutput.hpp IBX.IBInputOutput TIBOutputDelimitedFile

Description

Destroys the instance of TIBOutputDelimitedFile.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TIBOutputDelimitedFile object is not already freed and only then calls Destroy.