[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: gnhash.pas line 49
type TplHashNode = class(TplNode) |
||
protected |
||
|
||
hnValue: Pointer; |
|
|
hnValSize: Cardinal; |
|
|
FLRU: LongInt; |
|
|
function GetValue; |
|
|
public |
||
constructor CreateNode(); virtual; |
|
|
destructor Destroy; override; |
|
|
property Value: Pointer; [r] |
|
|
property LRU: LongInt; [rw] |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |