Method procedure ILStreamTypes.IILTrainingDataArray.Add(IILTrainingDataItem)
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: IILTrainingDataArray
Contents |
Syntax
Delphi:
procedure Add( AValue : IILTrainingDataItem );
C++ Builder:
void __fastcall Add( IILTrainingDataItem AValue );
Visual C++ (MFC):
' Add( AValue );
Summary
Adds training element to the array.
Description
Call this method to add training element to the array.