property StatusDialog : TForm
Determines the status form to display.
The TApxModemStatus component defines the TApxModemStatusDialog for displaying modem status. The dialog that the TApxModemStatus component provides is illustrated and described in the overview section in the printed documentation.
The UpdateDisplay method updates StatusDialog to provide status indications. The dialog properties can be changed at run time by referencing the StatusDialog property. For example, changing the TApxModemStatus.StatusDialog.BorderStyle property will change the dialog's BorderStyle.
To provide a different dialog, create a new component, descend from the TApdAbstractModemStatus class, and define a new TForm descendant for your display.
See also: UpdateDisplay