Class TWPCacheObject

Hierarchy

System.TObject | TWPCacheObject

Subclasses

WPRTEEdit.TWPFontCacheObject

Description

TWPCacheObject is used to host generic data which should be reusable. It contains the abstract function IsEqual(const Source : TWPCacheObject) : Boolean which is called for each item to check wether the object can be used.

Used or referenced by

-Procedure TWPCacheList.Add(ReuseThis:TWPCacheObject)