 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Cenk Guest
|
Posted: Tue May 09, 2006 9:14 am Post subject: Form Question |
|
|
Hi,
How can i find out, what components are visible on a form? |
|
| Back to top |
|
 |
Andrue Cope [TeamB] Guest
|
Posted: Tue May 09, 2006 10:14 am Post subject: Re: Form Question |
|
|
Cenk wrote:
| Quote: | How can i find out, what components are visible on a form?
|
Hmmm.
You can iterate through the TForm::Components property to access each
component but then it gets more complicated from what I can see. Looks
like you'd have to dynamic_cast them into an appropriate type to get
their Visible property. Perhaps you can dynamic_cast to TWinControl and
if it works check the Showing property?
Might be worth investigating until one of the resident experts comes up
with a better answer :)
--
Andrue Cope [TeamB]
[Bicester, Uk]
http://info.borland.com/newsgroups/guide.html |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|