将窗体嵌入其它窗体Client区,仍然能使用VCLSKIN控件的方法

KeyLife富翁笔记
作者: HongYuan
标题: 将窗体嵌入其它窗体Client区,仍然能使用VCLSKIN控件的方法
关键字: VCLSKIN
分类: 个人专区
密级: 公开
(评分: , 回复: 0, 阅读: 506) »»

 if not Assigned(orgFilePutUpBillForm) then
  begin
    orgFilePutUpBillForm:=TorgFilePutUpBillForm.Create(Parent);
    orgFilePutUpBillForm.ParentWindow:=TForm(Parent).ClientHandle;
    Parent.SkinData1.UpdateSkinControl(Parent);
    orgFilePutUpBillForm.Show;
  end else orgFilePutUpBillForm.Show;


2005-7-1 14:33:40   
原文地址:https://www.cnblogs.com/ZhouXiHong/p/568275.html