Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TFunctionItem.Create

Creates function item with specified callback

Declaration

Source position: fpmkunit.pp line 1579

public constructor TFunctionItem.Create(

  AFunc: TReplaceFunction

);

Arguments

AFunc

  

Function callback to store in the item

Description

Create initializes a new TFunctionItem instance with the specified function callback. This constructor stores the provided function reference for later invocation during template evaluation.


Documentation generated on: Dec 15 2025