Class timagecache
Unit
Declaration
type timagecache = class(thashdatalist)
Description
No description available, ancestor thashdatalist description follows
Hierarchy
- TObject
- thashdatalist
- timagecache
Overview
Methods
![]() |
function getrecordsize(): int32 override; |
![]() |
procedure finalizeitem(const aitem: phashdataty) override; |
![]() |
function hashkey(const akey): hashvaluety override; |
![]() |
function checkkey(const akey; const aitem: phashdataty): boolean override; |
![]() |
constructor create(); |
![]() |
procedure clear() override; |
![]() |
function find(const adata: string; out aimage: maskedimagety): boolean; |
![]() |
procedure add(const adata: string; const aimage: maskedimagety); |
![]() |
procedure delete(const adata: string); |
Properties
![]() |
property maxsize: int32 read fmaxsize write fmaxsize; |
Description
Methods
![]() |
function getrecordsize(): int32 override; |
![]() |
procedure finalizeitem(const aitem: phashdataty) override; |
![]() |
function hashkey(const akey): hashvaluety override; |
![]() |
function checkkey(const akey; const aitem: phashdataty): boolean override; |
![]() |
constructor create(); |
![]() |
procedure clear() override; |
![]() |
function find(const adata: string; out aimage: maskedimagety): boolean; |
![]() |
procedure add(const adata: string; const aimage: maskedimagety); |
![]() |
procedure delete(const adata: string); |
Properties
![]() |
property maxsize: int32 read fmaxsize write fmaxsize; |
Generated by PasDoc 0.16.0.

