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