TIntegerMap.Value

property Value[X, Y: Integer]: Integer; default;

Description

Provides coordinate-based access to stored integers. This function does not perform any range checking of its arguments. Be sure, that the map is not empty and that both X and Y are in a valid range.