Hello,
I have some simple class with annotation for field:
MyClass = public class()
protected
[FLANN(keyField := true, RealName := ‘realtext’)]
FID : String;
public
property ID : String read FID write FID;
end;
How can I change in runtime my annotation value for KeyField ??
Carlo write me how to take annotation for property but now I want to in runtime change value for it.
Bes regards
Mateusz