TCustomRichViewEdit.Destroy

<< Click to display table of contents >>

TCustomRichViewEdit.Destroy

Destroys an instance of TRichViewEdit

destructor Destroy;override;

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

Applications should only free controls explicitly when the constructor was called without assigning an owner to the control.