Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TMethodList = class(TObject)
![]() |
destructor Destroy; override; |
![]() |
function Count: integer; |
![]() |
function NextDownIndex(var Index: integer): boolean; |
![]() |
function IndexOf(const AMethod: TMethod): integer; |
![]() |
procedure Delete(Index: integer); |
![]() |
procedure Remove(const AMethod: TMethod); |
![]() |
procedure Add(const AMethod: TMethod); |
![]() |
procedure Add(const AMethod: TMethod; AsLast: boolean); |
![]() |
procedure Insert(Index: integer; const AMethod: TMethod); |
![]() |
procedure Move(OldIndex, NewIndex: integer); |
![]() |
procedure RemoveAllMethodsOfObject(const AnObject: TObject); |
![]() |
procedure CallNotifyEvents(Sender: TObject); |
![]() |
property Items[Index: integer]: TMethod read GetItems write SetItems; |
![]() |
destructor Destroy; override; |
![]() |
function Count: integer; |
![]() |
function NextDownIndex(var Index: integer): boolean; |
![]() |
function IndexOf(const AMethod: TMethod): integer; |
![]() |
procedure Delete(Index: integer); |
![]() |
procedure Remove(const AMethod: TMethod); |
![]() |
procedure Add(const AMethod: TMethod); |
![]() |
procedure Add(const AMethod: TMethod; AsLast: boolean); |
![]() |
procedure Insert(Index: integer; const AMethod: TMethod); |
![]() |
procedure Move(OldIndex, NewIndex: integer); |
![]() |
procedure RemoveAllMethodsOfObject(const AnObject: TObject); |
![]() |
procedure CallNotifyEvents(Sender: TObject); |
![]() |
property Items[Index: integer]: TMethod read GetItems write SetItems; |