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

TConstructEvent

Event type to create a List Entry

Declaration

Source position: MUIClass.List.pas line 13

type TConstructEvent = function(

  Sender: TObject;

  Pool: Pointer;

  Str: PChar

):PChar of object;

Arguments

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

Function result

Pointer to the created Entry memory

See also

List.OnConstruct

  

Constrcut a new List Entry


Documentation generated on: 2024-03-29