Event type to create a List Entry
Source position: MUIClass.List.pas line 14
type TConstructEvent = function( |
Sender: TObject; |
Pool: Pointer; |
Str: PChar |
):PChar of object; |
Sender |
|
The List which sends the Event |
Pool |
|
Memory Pool of List to create the Memory with AllocPooled() |
Str |
|
Pointer to the Data supplied with the List.Insert command |
Pointer to the created Entry memory
|
Constrcut a new List Entry |