Forum Discussion
AlexanderM
Staff
15 years agoHello Random,
I have reproduced the problem and registered it in our DB - we will investigate it and let you know our results.
Currently, try calling the object properties directly:
var obj = Connect.Aliases["MyProject"]["MyApp"]["MainForm"]["MyTPanel"];
bool result = obj["Enabled"];
Please let us know whether this helps.