TQEmpty Event
Triggered when the last character in the output buffer is sent.
Syntax
Visual Basic
Private Sub PortControllerObject_TQEmpty()
Visual C++
void CMyWindowName::OnTQEmptyPortcontroller()
Delphi
procedure PortControllerObjectTQEmpty(Sender: TObject);
Remarks
See Using PortController Events for information and instructions regarding PortController event handling.
Errors
None
See Also
Using PortController Events, Handling Events in Visual C++,
Handling Events in Visual Basic, Handling Events in Delphi
|