TdxDataStorage.ForEach(Integer,Integer,TdxDataStorageForEachIndexProc) Method
Declaration
procedure ForEach(AStartIndex: Integer; AFinishIndex: Integer; AProc: TdxDataStorageForEachIndexProc); overload;
Parameters
Name | Type |
---|---|
AStartIndex | Integer |
AFinishIndex | Integer |
AProc | TdxDataStorageForEachIndexProc |
See Also