List & Label for Delphi Users: Transfer RTF-Text From BLOB-Fields

Valid from List & Label 5
If you want to transfer BLOB-Fields (TBlobField) to List & Label you can use the following code:
procedure DefineRTFBlob(var BlobField: TBlobField);

begin
    LL.LlDefineVariableExt('RTF-Text', BlobField.AsString, LL_RTF);
end;


For further information, please read corresponding chapter in the programmers manual.

IDKBTE000541 KBTE000541