Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 11 to 13 of 13 total |
onclick runtime for tpanel create runtime |
Mon, Mar 14 2016 7:46 AM | Permanent Link |
squiffy Telemix Ltd. | SORRY -
that last post was for your other question as it deals with FREE. But the principle is the same. You either need to identify the TPanels using something like tag or create your own TObject array and step through that. |
Mon, Mar 14 2016 8:44 AM | Permanent Link |
Matthew Jones | Pasquale wrote:
> with TSlideShow.Create(nil) do > begin > Parent := ricaricheonline; I suspect that should be with TSlideShow.Create(ricaricheonline) do begin Parent := ricaricheonline; So the owner is the parent too. But if you need to reference the panel or slideshow, you should assign them to a variable. xSlideShow := TSlideShow.Create(ricaricheonline); with xSlideShow do begin Parent := ricaricheonline; (I would never use With myself, but it is there for those who want confusion. 8-) -- Matthew Jones |
Mon, Mar 14 2016 8:55 AM | Permanent Link |
squiffy Telemix Ltd. | Just beat me to it
I agree - I hate "with" but each to their own.... |
« Previous Page | Page 2 of 2 | |
Jump to Page: 1 2 |
This web page was last updated on Wednesday, October 9, 2024 at 05:37 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |