Event SLBasicGenericRealMatrix.TSLBasicGenericRealMatrix.OnStart

From Mitov Wiki Doc
Revision as of 00:30, 26 June 2013 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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: TSLBasicGenericRealMatrix

Contents

Syntax

Delphi:

property OnStart : TNotifyEvent read FOnStart write FOnStart;

C++ Builder:

__property TNotifyEvent 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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox