[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Dictionary item containing a function callback
Source position: fpmkunit.pp line 1423
type TFunctionItem = class(TObject) |
||
|
Internal function callback storage field |
|
constructor Create(); |
|
Creates function item with specified callback |
end; |
|
Dictionary item containing a function callback |
|
| | | ||
TFunctionItem represents a dictionary entry that stores a function callback with an associated key.
Function items provide extensibility by allowing custom functions to be registered and called during template processing and build configuration evaluation.