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 1575

type TFunctionItem = class(TObject)

public

  constructor Create();

  

Creates function item with specified callback

  property Func: TReplaceFunction; [r]

  

Function callback storage field

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: Dec 15 2025