Property ILPropertyTypes.TILTerminationCriteria.MaxIteration
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: TILTerminationCriteria
Contents |
Syntax
Delphi:
property MaxIteration : Integer read FMaxIteration write SetMaxIteration;
C++ Builder:
__property int MaxIteration = { read=FMaxIteration, write=SetMaxIteration };
Summary
Number of iterations after which the search will be terminated.
Description
Use this property to specify the number of iterations after
which the search will be terminated.