TsiLang does not see some fields of nested classes

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Stalker4
Posts: 31
Joined: Wed Apr 05, 2017 7:18 am

TsiLang does not see some fields of nested classes

Post by Stalker4 »

Hello,

There is a class (component). This class has a TPersistent property. This property has fields of type String (or TStrings).

An example of such a property (TQuickReferenceButton) and a field (CaptionUser1Button) in the picture
Image

But the "Translation Editor - General Translations" does not see these fields. Why can not he see these fields ?

P.S. Also, "Translation Editor - General Translations" does not see a field of type TStrings in collection items
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

For such properties you can use ExtendedTranslations property of TsiLang.
Best regards,
Igor Siticov.
Stalker4
Posts: 31
Joined: Wed Apr 05, 2017 7:18 am

Post by Stalker4 »

Hello,

I know about this mode "ExtendedTranslations". But "ExtendedTranslations" has certain problems (about this I wrote in the subject) and in addition to it the property for the translation should be added manually.

It is not very clear why TsiLang does not know how to take these properties, at least to the first level of nesting ?
Post Reply