Creates function item with specified callback
Source position: fpmkunit.pp line 1579
public constructor TFunctionItem.Create( |
AFunc: TReplaceFunction |
); |
AFunc |
|
Function callback to store in the item |
Create initializes a new TFunctionItem instance with the specified function callback. This constructor stores the provided function reference for later invocation during template evaluation.