Granularity

Declaration:TAssocArray.Granularity: integer;
The property Granularity determines how much additional memory is reserved if the associative array grows beyond the currently reserved memory. By default, Granularity is set to 1024, which means that the memory of the associative array is allocated in chunks of 1024 entries.