Destructor for the class instance.
Source position: dbgrids.pas line 151
public destructor TBookmarkedRecordEnumerator.Destroy; override; |
Destroy is the destructor for the class instance. Destroy uses values in the Options property to perform actions needed before the class instance is freed, including:
Destroy calls the inherited destructor before exit.
| Version 4.4 | Generated 2025-11-08 | Home |