procedure UpdateDisplay(
Modem : TApxCustomModem; const Str0, Str1, Str2, Str3 : string);
Updates the StatusDialog.
The UpdateDisplay method updates the dialog specified by StatusDialog. When creating a custom display, this method must be overridden to update the controls available on the custom form.
Modem is the TApxCustomModem whose status has changed. Str0, Str1, Str2 and Str3 are strings that can be used to provide additional status indicators for the display.
See also: StatusDialog