Event type when an Entry of List is removed
Source position: MUIClass.List.pas line 15
type TDestructEvent = procedure( |
Sender: TObject; |
Pool: Pointer; |
Entry: PChar |
) of object; |
Sender |
|
The List which sends the Event |
Pool |
|
Memory Pool of the List, which was used on the Contruct Event |
Entry |
|
Entry to destroy |
|
Destroy an Entry which is removed from the List |