Automatically excluding components (eg TTable)

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
jdbacco
Posts: 6
Joined: Sat Oct 28, 2006 9:40 am

Automatically excluding components (eg TTable)

Post by jdbacco »

Is it possible to make tsilang automatically exclude some components, like it is possible to exclude some properties which are in the SI.INC file?
I am converting my application that now uses Tmultilang to TsiLang.
I want to exclude all TTable and TQuery components (and its decendants from RX-lib TRxQuery)

Now I have to exclude TTable and TQuery components manually.
Is there a way to do this automatically.

I can not use the TsiLang Expert because I have to remove all the Tmultilang components.

I am new to SiLang, so perhaps I am using the wrong method to convert my translations.

Greetings
Johan De Beuckeleer
Accowin
The Belgian Accounting program
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Unfortunately, it is not possible now. But you can easily exclude this semi-automatically:
1. Open Exclude from Translations Editor (double-click on DoNotTranslate property).
2. Select any component like TTable in the left-side tree.
3. Right-click on it and select Add all TTable components.
This will scan and add to exclusion all TTable components.
Best regards,
Igor Siticov.
Post Reply