Page 1 of 1
Why RVData->GetPictureInfo fifth parameters ....
Posted: Fri Apr 27, 2012 10:16 am
by chenjindu
Why
RVData->GetPictureInfo this function's fifth parameters Type change to
UnicodeString type?
In the version 12.7.4 , It's
int type.
Posted: Sat Apr 28, 2012 9:47 am
by Sergey Tkachenko
Tags are strings now, not integers (since version 13.2)
It makes the mode of storing strings in tags more much more simple (no more pointers and memory allocation).
If you want to store integer values, use IntToStr and StrToInt.
Posted: Sat Apr 28, 2012 12:15 pm
by chenjindu
more much more simple .
very nice change.