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

TMethodList

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

Declaration

Source position: lazmethodlist.pas line 22

type TMethodList = class

public

  destructor Destroy; override;

  

  function Count;

  

  function NextDownIndex();

  

  function IndexOf();

  

  procedure Delete();

  

  procedure Remove();

  

  procedure Add();

  

  procedure Insert();

  

  procedure Move();

  

  procedure RemoveAllMethodsOfObject();

  

  procedure CallNotifyEvents();

  

  function GetReversedEnumerator;

  function GetEnumerator;

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

  

  property AllowDuplicates: Boolean; [rw]

end;

Inheritance

TMethodList

  

|

TObject

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