Type VLFindTargets.TVLFindTargetsNotifyEvent
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.
Package: VisionLabPkg
Unit: VLFindTargets
Contents |
Syntax
Delphi:
type procedure TVLFindTargetsNotifyEvent( Sender : TObject, Targets : TVLFindTargetList ) of object;
C++ Builder:
typedef void __fastcall (__closure *TVLFindTargetsNotifyEvent)( TObject * Sender, TVLFindTargetList Targets );
Summary
Event type for the OnTargetsFound event of the TVLFindTargets component.
Description
Defines event type for the OnTargetsFound event of the TVLFindTargets component.