Method procedure VLTrackTargets.TVLTrackTargets.RestartTracking()
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: TVLTrackTargets
Contents |
Syntax
Delphi:
procedure RestartTracking();
C++ Builder:
void __fastcall RestartTracking();
Visual C++ (MFC):
void RestartTracking();
Summary
Restart the tracking from initial state.
Description
Reloads the list of targets to be tracked from the list initially specified to the component. Sets the component in initial state.
Delphi example:
VLTrackTargets1.RestartTracking;
C++ Builder example:
VLTrackTargets1->RestartTracking();
Visual C++(MFC) example:
VLTrackTargets1.RestartTracking();
C# Example:
trackTargets1.RestartTracking();