TApxModemStatus.Started

TApxModemStatus

property Started : Boolean

Default: False

Indicates whether the status dialog has been created and initialized.

The TForm descendant specified by the StatusDialog component is created and initialized when the UpdateDisplay method is called for the first time. Started indicates whether StatusDialog has been created. When the StatusDialog is no longer needed, the form is destroyed and Started is set to False.

Started is used by the TApxModemStatus dialog, it is available, but not required, for custom status dialogs.

See also: StatusDialog, UpdateDisplay