Source position: fpmustache.pp line 203
type TGetTextValueEvent = procedure(
const aName: TMustacheString;
var aHandled: Boolean;
var aValue: TMustacheString
) of object;