Event SLBasicGenericInt.TSLBasicStartGenericInt.OnStart
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
(3 intermediate revisions by one user not shown) |
Latest revision as of 00:30, 26 June 2013
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.