2011/9/9 Sergei Gorelkin <sergei_gorel...@mail.ru>: > Personally I don't think this is a valuable feature, but the matter of fact > is all Delphi features are implemented in FPC sooner or later - so why not > to do it sooner...
There was recently a fix to Lazarus where some buttons captions were stored as constants strings and were not able to be translated. Workaround was to create a function which returns a (then translated) resource string at runtime. I also use such method in my application and dislike the fact that I have to use additional code for it, so I actually find this feature useful. -- cobines _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel