Hello
You need the component to be invisible? Or just not editable?
Thank you for the reply.
You can access the underlying Form Designer object using the TIDEEngine.Designer property. Indeed the method is protected, we will update source code here to make all events public. But in the meanwhile, you can use a hack to access that protected event.
Thank you!
Isn't OnComponentEditable what you are looking for?
From the Engine can not access to the Designer when I try to set the event because is always nil at initialization so I think is better to make use of class inheritance to set the event in the constructor.
Sorry....I sent the previous solution incomplete:
What you mean by "initialization" where designer is always nil? As soon as TIDEEngine.FormDesignControl is set, the designer is available. I should be very simple to get a point where it would be available.
There is a setter that I could use
You don't need that. Just read TIDEEngine.Designer property.