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

TBaseMap

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

Declaration

Source position: maps.pp line 87

type TBaseMap = class(TPersistent)

protected

  procedure InternalAdd();

  

  function InternalGetData();

  

  function InternalGetDataPtr();

  

  function InternalGetId();

  

  function InternalSetData();

  

  procedure ReleaseData(); virtual;

  

public

  constructor Create();

  

  procedure Clear;

  

  function Count;

  

  function Delete();

  

  destructor Destroy; override;

  

end;

Inheritance

TBaseMap

  

|

TPersistent,IFPObserved

|

TObject

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