![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 4 of 4 total |
![]() |
Thu, Nov 21 2013 5:52 AM | Permanent Link |
Franck - Midi pyrénées - France Esteves Ducilia | Hello there,
the free method gives an error when I try to free a control inside a panel. However the hide method or name work correctly. see screenshot attached Any idea ? many thanks For i:= panelSousMenu2.ControlCount-1 DownTo 0 Do begin if (panelSousMenu2.Controls[i] is TEdit) then showMessage(TEdit(panelSousMenu2.Controls[i]).name) ; <-- works fine TEdit(panelSousMenu2.Controls[i]).free ; <--- error //panelSousMenu2.Controls[i].hide ; <-- works fine Attachments: free.gif |
Thu, Nov 21 2013 12:48 PM | Permanent Link |
Walter Matte Tactical Business Corporation | Have you seen this link?
http://www.elevatesoft.com/forums?action=view&category=ewb&id=ewb_general&page=1&msg=3479#3479 Walter |
Thu, Nov 21 2013 12:50 PM | Permanent Link |
Uli Becker | In addition to Walter's post:
Have you seen this link: http://www.elevatesoft.com/forums?action=view&category=ewb&id=ewb_general&page=1&msg=3658#3658 Uli |
Fri, Nov 22 2013 11:13 AM | Permanent Link |
Franck - Midi pyrénées - France Esteves Ducilia | With your example , I do this and that works . Perfect, thank you .
procedure TFormMenuGeneral.panelFree(Sender: TPanel); begin Sender.free ; end ; |
This web page was last updated on Wednesday, November 29, 2023 at 09:43 PM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |