Scripter and Aurelius and TBlob

Hi,

I'm using "Aurelius.Scripter.pas" to use Aurelius in scripts. I'm my code I have the following code "Scripter.DefineRecordByRTTI(TypeInfo(TBlob));", but when I try to use ".AsString" or ".AsUnicodeString" from a TBlob Variable I get and error "Unknow member". The editor show only the following methods.

Any hint how to make them available to scripter?

Thanks in advance,

Omar Zelaya

DefineRecordByRTTI only adds record fields to the record. AsUnicodeString is a property, thus not added automatically. You would have to add it manually using DefineMethod.