_MSGGetText

 : StringZ

Tato funkce vrací celý text poznámky, která je nahrána v paměti.

Podívejte se na: Procedury a funkce poznámky

Příklad:

dim strData : StringZ;
if _FindRecId(dbtMsg, 101454) then
    strData := _MsgGetText;
endif