Unit 'mwStringHashList' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_zmsql]

TmwBaseStringHashList

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

Declaration

Source position: mwStringHashList.pas line 59

type TmwBaseStringHashList = class(TObject)

  FList: PHashPointerList;

  

  fCapacity: Integer;

  

protected

  fHash: TmwStringHash;

  

  function Get();

  

  procedure Put();

  

  procedure SetCapacity();

  

public

  destructor Destroy; override;

  

  procedure Clear;

  

  property Capacity: Integer; [r]

  

  property Items []: Pointer; default; [rw]

  

end;

Inheritance

TmwBaseStringHashList

  

|

TObject



CT Web help

CodeTyphon Studio