TApxAbstractStatus
procedure CreateDisplay; virtual; abstract;
An abstract method that creates a form to display protocol status.
A descendant of TApxAbstractStatus must override this method with a routine that creates a TForm component that contains various controls (typically of the type TLabel) for displaying the protocol status. The TForm should usually also contain a TButton control and associated CancelClick event handler that allows the user to cancel the protocol.
CreateDisplay must then assign the instance of this form to the Display property.
See also: DestroyDisplay, Display