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

TReplaceTagEvent

Event to replace a tag.

Declaration

Source position: fptemplate.pp line 51

type TReplaceTagEvent = procedure(

  Sender: TObject;

  const TagString: string;

  TagParams: TStringList;

  out ReplaceText: string

) of object;

Arguments

Sender

  

Object that triggered the event.

TagString

  

Tag to be replaced.

TagParams

  

Parameters for the tag.

ReplaceText

  

The replacement text.

Description

TReplaceTagEvent is the type of the event that is called when the template parser needs to replace a tag.

See also

TTemplateParser.OnReplaceTag

  

Event to replace a tag.


Documentation generated on: Dec 15 2025