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

TFunctionItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Dictionary item containing a function callback

Declaration

Source position: fpmkunit.pp line 1423

type TFunctionItem = class(TObject)

  FFunc: TReplaceFunction;

  

Internal function callback storage field

  constructor Create();

  

Creates function item with specified callback

end;

Inheritance

TFunctionItem

  

Dictionary item containing a function callback

|

TObject

Description

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.


Documentation generated on: Aug 28 2026 Report a problem on this page