Vcl.DBGrids.TBookmarkList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBookmarkList();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TBookmarkList

Description

Destroys an instance of TBookmarkList.

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

Destroy frees the memory used to store the Items property array.

See Also