hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing an associative array that extends ISGIAssociativeArray and ISGIEnum.

    interface ISGROAssociativeArray {
        AddReplace(key: string, value: any): any;
        Append(aa: any): any;
        Clear(): any;
        Count(): number;
        Delete(key: string): boolean;
        DoesExist(key: string): boolean;
        IsEmpty(): boolean;
        IsNext(): boolean;
        Items(): any;
        Keys(): any;
        Lookup(key: string): any;
        LookupCI(key: string): any;
        Next(): any;
        Reset(): any;
        SetModeCaseSensitive(): any;
    }

    Hierarchy (View Summary)

    Index

    Methods