[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Method callback type for TFPList.ForEachCall
Source position: classesh.inc line 197
type TListCallback = Types.TListCallback; |
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.
|
Call a procedure or method for each pointer in the list. |
|
|
Static method callback type for TFPList.ForEachCall |