[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TResourceCacheDescriptor - a class of descriptors for ResourceCache Items
Source position: lclrescache.pas line 63
type TResourceCacheDescriptor = class |
||
protected |
||
FDestroying: Boolean; |
|
FDestroying - local boolean variable to store Destroying status |
public |
||
|
Item - the Resource Cache Item to which this descriptor refers |
|
|
Cache - the resource Cache to which this Item belongs |
|
|
The Next descriptor in the list |
|
|
Prev - the Previous descriptor in the list |
|
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
procedure AddToList(); |
|
AddToList - add a descriptor to the list specified by First, Last |
procedure RemoveFromList(); |
|
RemoveFromList - remove a descriptor from the list specified by First, Last |
end; |
|
TResourceCacheDescriptor - a class of descriptors for ResourceCache Items |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |