i explain better my situacion
first, i had two class, Tfullpanel and OtherUnit, when i use OtherUnit to instance Tfullpanel works perfectly.
Now i have three units: Tfullpnale, NewUnit, OtherUnit
newUnit instance Tfullpanel, but i have two publics variables. When i try to do something like this:
PublicVar := Tfullpanel.create // -> display action violation
why cannot be assigned???????
if a made just
Tfullpanel.create, works ...