I use labeledEdit in a frame at begining, this frame is put into another
frame where I control the visibility of labelededit in constructor. the
second frame is put into a form finally.
After I encounter the problem I descripted previously. I use a label and a
edit separately. I control them well.
Now I want to show you the previous problem, I put a labelededit into the
first frame again and try to control it. But the application throws an
exception:
Project xxx.exe raised exception class EClassNotFound with message 'Class
TLabeledEdit not found'.
How to restore?
I already use some labelededit in other places too.
*/
Are you sure you are working with a labeled edit? I've just use your code
and it works correctly.
Nice Day!
Post by sharkafter set labelededit->visible=0, the edit box is hidden, but the label
is still there.
how to hide both the edit box and the label?