property StatusDisplay : TApxAbstractStatus
An instance of a protocol status window.
If StatusDisplay is nil, as it is by default, the protocol does not provide an automatic status window. You can install an OnProtocolStatus event handler to display status in this case.
If you create an instance of a class derived from TApxAbstractStatus, such as the provided TApxProtocolStatus component, and assign it to ProtocolStatus, the status window will be displayed and updated automatically.