[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Dictionary item containing a function callback
Source position: fpmkunit.pp line 1575
type TFunctionItem = class(TObject) |
||
public |
||
constructor Create(); |
|
Creates function item with specified callback |
property Func: TReplaceFunction; [r] |
|
Function callback storage field |
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.