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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...