[Overview][Resource strings][Types][Classes] | Reference for unit 'CacheCls' (#fcl) |
Array of TCacheSlot
Source position: cachecls.pp line 50
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 |
No notes exist for this page yet.