help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TListCallback

Method callback type for TFPList.ForEachCall

Declaration

Source position: classesh.inc line 148

type TListCallback = procedure(

  data: pointer;

  arg: pointer

) of object;

Arguments

data

  

Data pointer from the list.

arg

  

Parameter passed to the ForEachCall call.

Description

TListCallback is the method callback prototype for the function that is passed to the TFPList.ForEachCall call. The data argument will be filled with all the pointers in the list (one per call) and the arg argument is the Arg argument passed to the ForEachCall call.

See also

TFPList.ForEachCall

  

Call a procedure or method for each pointer in the list.

TListStaticCallback

  

Static method callback type for TFPList.ForEachCall

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505