API:Data.DBXPlatform.TDBXStringList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

Properties

Type Visibility Source Unit Parent
destructor public System.Classes.pas Data.DBXPlatform TDBXStringList

Description

Destroys the TStrings instance and frees its memory.

Data.DBXPlatform.TDBXStringList.Destroy inherits from System.Classes.TStrings.Destroy. All content below this line refers to System.Classes.TStrings.Destroy.

Destroys the TStrings instance and frees its memory.

Do not call Destroy directly. Call Free instead. Free checks that the object reference is not nil before calling Destroy.

See Also