Klasse TMethodList

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TMethodList = class(TObject)

Beschreibung

Hierarchie

Übersicht

Methoden

Public destructor Destroy; override;
Public function Count: integer;
Public function NextDownIndex(var Index: integer): boolean;
Public function IndexOf(const AMethod: TMethod): integer;
Public procedure Delete(Index: integer);
Public procedure Remove(const AMethod: TMethod);
Public procedure Add(const AMethod: TMethod);
Public procedure Add(const AMethod: TMethod; AsLast: boolean);
Public procedure Insert(Index: integer; const AMethod: TMethod);
Public procedure Move(OldIndex, NewIndex: integer);
Public procedure RemoveAllMethodsOfObject(const AnObject: TObject);
Public procedure CallNotifyEvents(Sender: TObject);

Eigenschaften

Public property Items[Index: integer]: TMethod read GetItems write SetItems;

Beschreibung

Methoden

Public destructor Destroy; override;
 
Public function Count: integer;
 
Public function NextDownIndex(var Index: integer): boolean;
 
Public function IndexOf(const AMethod: TMethod): integer;
 
Public procedure Delete(Index: integer);
 
Public procedure Remove(const AMethod: TMethod);
 
Public procedure Add(const AMethod: TMethod);
 
Public procedure Add(const AMethod: TMethod; AsLast: boolean);
 
Public procedure Insert(Index: integer; const AMethod: TMethod);
 
Public procedure Move(OldIndex, NewIndex: integer);
 
Public procedure RemoveAllMethodsOfObject(const AnObject: TObject);
 
Public procedure CallNotifyEvents(Sender: TObject);
 

Eigenschaften

Public property Items[Index: integer]: TMethod read GetItems write SetItems;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:01