WagnerAlexandre Posted May 1, 2015 Posted May 1, 2015 How do I create a button to close a frame on a PageControl? thanks. Quote
sobakava Posted May 2, 2015 Posted May 2, 2015 If it is a TFrame on a PageControl, you can simply hide it with myframe.visible := false. Quote
ksawebsoft Posted November 13, 2017 Posted November 13, 2017 I used this: ...... function functionName: Tuniframe; //result your frame implementation function functionName: Tuniframe; begin Result := Tuniframe(UniMainModule.GetFormInstance(Tuniframe)); end; I don't knot if this will work for you... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.