TApxAbstractStatus.DestroyDisplay

TApxAbstractStatus

procedure DestroyDisplay; virtual; abstract;

An abstract method that destroys the display form.

A descendant of TApxAbstractStatus must override this method to destroy the TForm instance created by CreateDisplay.