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

TBaseMap

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

Declaration

Source position: maps.pp line 91

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

|

TObject

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