Jump to content

Embed uniform on Tunitabsheet


v4v4n

Recommended Posts

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....

Link to comment
Share on other sites

  • Administrators


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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...