TBooleanMap.Value

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

Description

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