TDBRichView.Destroy

<< Click to display table of contents >>

TDBRichView.Destroy

A destructor, frees an instance of a DBRichView object.

destructor Destroy;override;

Destroy seldom needs to be called. When DBRichView is constructed without an owner by the Create method, Free should be called to release memory and dispose of the object. Free checks to see if the pointer is nil before calling Destroy.