TDBRichViewEdit.Destroy

<< Click to display table of contents >>

TDBRichViewEdit.Destroy

A destructor, frees an instance of a DBRichViewEdit object

destructor Destroy;override;

Destroy seldom needs to be called. When DBRichViewEdit 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.