"Cascading" mailmerge

  • I want to set up a set of templates where when a "field" being mailmerged can be a a template with its own set of fields, one or more of which can also be templates etc etc

    I'm guessing this is possible and I'd fo something like the following in the mail merge event

    Contents.Options := Contents.Options + [ mmMergeAsWPTOOLS];
    Contents.StringValue := Templates.FieldByName('_Spec').AsString; << merge from database

    Or what?????