Unit 'fpTemplate' Package
[Overview][Constants][Types][Classes][Variables][Index] [#fcl]

TGetParamEvent

Event to get a value for a template variable.

Declaration

Source position: fptemplate.pp line 50

type TGetParamEvent = procedure(

  Sender: TObject;

  const ParamName: string;

  out AValue: string

) of object;

Arguments

Sender

  

Object that triggered the event.

ParamName

  

Name of the parameter to get a value for.

AValue

  

Value for the parameter.

Description

TGetParamEvent is the type of the event that is called when the template parser needs the value for a certain template variable.

See also

TTemplateParser.OnGetParam

  

Event to get a value for a template variable.


Documentation generated on: Dec 15 2025