v4v4n Posted February 3, 2013 Share 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 Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted February 3, 2013 Administrators Share 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 Link to comment Share on other sites More sharing options...
v4v4n Posted February 3, 2013 Author Share Posted February 3, 2013 Thanks farshad.... i will consider your advice.... Quote Link to comment Share on other sites More sharing options...
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.