TdxDataStorageForEachIndexProc Type
In This Article
#Declaration
Delphi
TdxDataStorageForEachIndexProc = reference to procedure(AIndex: Integer; ARecord: PdxDataRecord; var ABreak: Boolean);
#Parameters
Name | Type |
---|---|
AIndex | Integer |
ARecord | Pdx |
ABreak | Boolean |
See Also