Unit 'MUIClass.List' Package
[Overview][Types][Classes][Index] [#MUIClass]

TDestructEvent

Event type when an Entry of List is removed

Declaration

Source position: MUIClass.List.pas line 14

type TDestructEvent = procedure(

  Sender: TObject;

  Pool: Pointer;

  Entry: PChar

) of object;

Arguments

Sender

  

The List which sends the Event

Pool

  

Memory Pool of the List, which was used on the Contruct Event

Entry

  

Entry to destroy

See also

List.OnConstrcut

  

Destroy an Entry which is removed from the List


Documentation generated on: 2024-03-29