Unit:
AxPStat
Description:
TApxProtocolStatus is a descendant of TApxAbstractStatus that implements a standard protocol status display. You only need to create an instance of a TApxProtocolStatus component and assign it to the StatusDisplay property of your TApxProtocol component. TApxProtocolStatus includes all of the most-often used information about a protocol transfer. It also provides a Cancel button so that the user can stop the protocol at any time.
TApxProtocolStatus overrides all the abstract methods of TApxAbstractStatus. TApxProtocolStatus has no methods that you must call or properties that you must adjust. You might want to change the settings of the Position properties to modify the appearance of the window.
For an example of using a TApxProtocolStatus component, see the introduction to TApxProtocol in the printed documentation.