Skip to main content
All docs
V26.1
  • TdxDataStorageForEachIndexProc Type

    Declaration

    TdxDataStorageForEachIndexProc = reference to procedure(AIndex: Integer; ARecord: PdxDataRecord; var ABreak: Boolean);

    Parameters

    Name Type
    AIndex Integer
    ARecord PdxDataRecord
    ABreak Boolean
    See Also