Discussion:
Single TPanel question...
(too old to reply)
Charles Adriano
2004-01-26 10:55:49 UTC
Permalink
i have a coomponent with TPanel and others components inside....
how a disable insert new componente in the Panel?

charles
Sid Winder
2004-01-26 11:48:22 UTC
Permalink
Hi,

You can override the notification method of your TPanel

best regards,

Sid
Post by Charles Adriano
i have a coomponent with TPanel and others components inside....
how a disable insert new componente in the Panel?
charles
Charles Adriano
2004-01-26 11:59:20 UTC
Permalink
thanks Sid...

charles
Post by Sid Winder
Hi,
You can override the notification method of your TPanel
best regards,
Sid
Post by Charles Adriano
i have a coomponent with TPanel and others components inside....
how a disable insert new componente in the Panel?
charles
Mike Shkolnik
2004-01-26 14:45:57 UTC
Permalink
Post by Charles Adriano
i have a coomponent with TPanel and others components inside....
how a disable insert new componente in the Panel?
You must override the Notification method and raise an error for Operation =
opInsert.
Or destroy a component there for opInsert

--
With best regards, Mike Shkolnik
EMail: ***@scalabium.com
http://www.scalabium.com
Charles Adriano
2004-01-26 15:05:47 UTC
Permalink
ok...

tanks Mike

charles
Post by Mike Shkolnik
Post by Charles Adriano
i have a coomponent with TPanel and others components inside....
how a disable insert new componente in the Panel?
You must override the Notification method and raise an error for Operation =
opInsert.
Or destroy a component there for opInsert
--
With best regards, Mike Shkolnik
http://www.scalabium.com
Loading...