Event ALVSTHost.TALVSTHost.OnIONumberChanged
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TALVSTHost
Contents |
Syntax
Delphi:
property OnIONumberChanged : TNotifyEvent read FOnIOChanged write SetOnIOChanged;
C++ Builder:
__property TNotifyEvent OnIONumberChanged = { read=FOnIOChanged, write=SetOnIOChanged };
Summary
The number of inputs/outputs has changed.
Description
Implement event handler for this event to get notified that
the number of inputs/outputs has changed.