TsgHashList.Delete

TsgHashList

  Classes Reference > List Classes > TsgHashList > Methods >

TsgHashList.Delete

TsgHashList

Previous pageReturn to chapter overviewNext page

Destroys an instance of TsgHashList.

Syntax

destructor Destroy; override;

Description

Do not call Destroy directly. Instead, call Free. Free verifies that the TsgHashList reference is not nil, and only then calls Destroy. Destroy frees the memory used to store the list of items.

Go to CAD VCL Enterprise