N ncyht Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-08 #1 为什么我用application.compentcount不管我放多少个控件他的数字总是2.....?
Y yzhshi Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-08 #2 那个是application的元件。 Form上的元件数直接使用ComponentCount或者Self.ComponentCount
X xianjun Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-08 #3 先看看compentcount表示的是什么意思: Indicates the number of components owned by the component. 只有拥有者为Application的才能在ComponentCount中体现出来 比如这样写TButton.Create(Application)
先看看compentcount表示的是什么意思: Indicates the number of components owned by the component. 只有拥有者为Application的才能在ComponentCount中体现出来 比如这样写TButton.Create(Application)
C cnwinds Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-08 #4 请问一句 frmAbout := TfrmAbout.Create(Application); 和 Application.CreateForm(TfrmAbout, frmAbout); 有区别吗?仅仅是写法上的不同吗?
请问一句 frmAbout := TfrmAbout.Create(Application); 和 Application.CreateForm(TfrmAbout, frmAbout); 有区别吗?仅仅是写法上的不同吗?