Appends a record link to the current contents of a RichText object. It takes an item pointer as its sole parameter. This must point to a record.
bOK = rt:AddRecordLink(ptr[, strDisplayText])
pi = fhNewItemPtr() ... (set pi to point to appropriate record) ... rt = fhNewRichText() rt:AddText("He inherited the land from ") rt:AddRecordLink(pi, "his father")