[Overview][Resource strings][Types][Classes] | Reference for unit 'CacheCls' (#fcl) |
Create a new cache class.
Source position: cachecls.pp line 76
public constructor TCache.Create( |
ASlotCount: Integer |
); |
ASlotCount |
|
Initial slot count |
Create instantiates a new instance of TCache. It allocates room for ASlotCount entries in the list. The number of slots can be increased later.
|
Number of slots in the list |
No notes exist for this page yet.