TRVStyle.Destroy

<< Click to display table of contents >>

TRVStyle.Destroy

A destructor, frees an instance of a TRVStyle component,

destructor Destroy;override;

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