TSilang Expert, excluding more then 3 parts deep

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
shadow_tj
Posts: 1
Joined: Wed Apr 20, 2005 12:38 pm

TSilang Expert, excluding more then 3 parts deep

Post by shadow_tj »

Hi, i'm new with the silang component suite.

i have a problem with excluding collections within my form.

when i have lines like "comp.dbselectionpanels[0].tabstops"
then i can not exclude the tabstops, the silang expert say that i can exclude comp.dbselectionpanels.

but this isn't what i wanne exclude.. i wanne exclude the tabstops.
is there a way to exclude things that are three parts deep ?

Greetz,

shadow_tj
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Just edit manually ExcludedProperties property of TsiLang (double-click on it in Objetc Inspector) and add TabStops to the excluded list. This will exclude this property for all components and for collection items.
Post Reply