TsgUInt64Pairs.Destroy
Destroys an instance of TsgUInt64Pairs.
Syntax
destructor Destroy; override;
Description
Do not call Destroy directly. Instead, call Free. Free verifies that the TsgUInt64Pairs 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