IBX.IBInputOutput.TIBInputDelimitedFile.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIBInputDelimitedFile();

Properties

Type Visibility Source Unit Parent
destructor public
IBX.IBInputOutput.pas
IBX.IBInputOutput.hpp
IBX.IBInputOutput TIBInputDelimitedFile

Description

Destroys the instance of TIBInputDelimitedFile.

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