[Overview][Types][Procedures and functions][Index] Reference for unit 'TTCache' (#lazutils)

TList_Element

Declaration

Source position: ttcache.pas line 67

type TList_Element = record

  next: PList_Element;

  

  data: Pointer;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.