v4v4n Posted February 3, 2013 Posted February 3, 2013 hello.... is there any example how to embed uniform on tunitabsheet ? i tried the normal method i use on vcl mode, but it doesn't work on web mode. here is my code var xform : TUniForm; begin xform := TfrmLapKondisiJual.Create(UniApplication); xform.Parent := tbsUtama; //tbsutama is a tunitabsheet xform.Align := alClient; xform.Show; please help me.... Quote
Administrators Farshad Mohajeri Posted February 3, 2013 Administrators Posted February 3, 2013 There are many other ways to achieve same goal using better methods. Using a Panel or a Frame is a much better idea. Embedding a Form inside a TabSheet sounds weird to me! please help me.... You don't need help. You just need to change the way you look at designing user interface. Quote
v4v4n Posted February 3, 2013 Author Posted February 3, 2013 Thanks farshad.... i will consider your advice.... 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.