[Overview][Resource strings][Types][Classes][Index] |
Array of TCacheSlot
Source position: cachecls.pp line 52
type TCacheSlotArray = array [0..MaxIntdivSizeOf(TCacheSlot)-1] of TCacheSlot; |
TCacheSlotArray is an array of TCacheSlot items. Do not use TCacheSlotArray directly, instead, use PCacheSlotArray and allocate memory dynamically.
|
Record representing 1 item in the cache list. |
|
|
Pointer to TCacheSlotArray array |