startKeyLeq

startKeyLeq(keys: KeyType;
            iter: Iterator);

The startKeyLeq method of the Dictionary class sets a start position within a collection for an Iterator object at the object equal to or before the key specified in the keys parameter. This method is used in conjunction with the Iterator class back method.