Posts by Pedro Cell • 11 points
2 posts
-
1
votes1
answer141
viewsA: Calling Form by String
I ended up doing so, it worked but if anyone has a better solution, please for i := fmMain.MDIChildCount - 1 downto 0 do begin if fmMain.MDIChildren[i].Name = 'fmProdutos' then fmProdutos :=…
delphianswered Pedro Cell 11 -
-2
votes1
answer141
viewsQ: Calling Form by String
Hello, I made a routine to call the forms by the name of Form, 'fmContas', 'fmProdutos', etc., after calling it they are with NIL, how to assign the default form to the name? The Routine: I call to…
delphiasked Pedro Cell 11