Handling Events in Delphi
To handle PortController events in Delphi, select PortController
on a designed form or frame.

Open the Object Inspector (button F11) and
double click field of the event you want to handle:
Then simply add your code to the newly created handling function:

See PortController Events for a list of events and handling function arguments.
|