Event SLBasicGenericInt.TSLBasicStartGenericInt.OnStart
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: TSLBasicStartGenericInt
Contents |
Syntax
Delphi:
property OnStart : TSLStartNotify read FOnStart write FOnStart;
C++ Builder:
__property TSLStartNotify OnStart = { read=FOnStart, write=FOnStart };
Summary
Occurs when the data pumping starts.
Description
Use the OnStart event handler to write code that responds
when the data pumping starts.
Usually occurs at the beginning of data capturing or data playback.