IBX.IBInputOutput.TIBInputRawFile.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

Destroys the instance of TIBInputRawFile.

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