Unit 'GR32_Containers' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_graphics32]

TPointerMap

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

Declaration

Source position: GR32_Containers.pas line 79

type TPointerMap = class

protected

  function GetData();

  

  procedure SetData();

  

  function Exists();

  

  function Delete(); virtual;

  

public

  destructor Destroy; override;

  

  function Add();

  

  function Remove();

  

  procedure Clear;

  

  function Contains();

  

  function Find();

  

  property Data []: PData; default; [rw]

  

  property Count: Integer; [r]

  

end;

Inheritance

TPointerMap

  

|

TObject



CT Web help

CodeTyphon Studio