Unit 'giscache' Package
[Overview][Classes][Index] [#pl_geogis]

TPictureCache

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: giscache.pas line 37

type TPictureCache = class(TComponent)

protected

  function GetNewImgFor();

  

  procedure FreeCache;

  

  function MapProvider2FileName();

  

  function DiskCached();

  

  procedure LoadFromDisk();

  

  function GetFileName();

  

public

  procedure CheckCacheSize();

  

  constructor Create(); override;

  

  destructor destroy; override;

  

  procedure Add();

  

  procedure GetFromCache();

  

  function InCache();

  

  property UseDisk: Boolean; [rw]

  

  property BasePath: string; [rw]

  

  property UseThreads: Boolean; [rw]

  

end;

Inheritance

TPictureCache

  

|

TObject



CT Web help

CodeTyphon Studio