Property VLTrackTargets.TVLTrackTargets.Targets
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:
property Targets : TVLTargetList read FTargets write SetTargets;
C++ Builder:
__property TVLTargetList * Targets = { read=FTargets, write=SetTargets };
Summary
Initial list of targets to be tracked.
Description
Use this property to specify the initial list of targets to
be tracked. The component will attempt to track the targets
listed in this property. To force the component to attempt to
track targets from the locations in this list again call
RestartTracking.