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

TeeFunctionItemList

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

Declaration

Source position: _crw_ee.pas line 147

type TeeFunctionItemList = class(TMasterObject)

public

  constructor Create();

  destructor Destroy; override;

  function ClearFunc();

  function FindFunc();

  function Search();

  function SetFunc();

  function GetText();

  procedure Clear;

  property Count: Integer; [r]

  property Hasher: THash32Function; [r]

  property Collisions: Cardinal; [r]

  property Items []: PeeFunctionItem; default; [r]

  property Hashs []: Cardinal; [r]

  property Names []: PChar; [r]

  property Notes []: PChar; [r]

  property Nargs []: Integer; [r]

end;

Inheritance

TeeFunctionItemList

|

TMasterObject

|

TObject