M Mark_zheng Unregistered / Unconfirmed GUEST, unregistred user! 2009-04-14 #1 在delphi 的代码中uses windows , messages ........stdctrls ;中 stdctrls 是什么? 在什么情况下需要使用这个。 谢谢!
L lyf2008 Unregistered / Unconfirmed GUEST, unregistred user! 2009-04-14 #2 这个是一个windows基本组件,例如,当您在窗体中加入一个Check Box时,Delphi自动在您的程序库单元中加入了Stdctrls库单元,因为TCheckBox部件是在StdCtrls库单元中说明的。
这个是一个windows基本组件,例如,当您在窗体中加入一个Check Box时,Delphi自动在您的程序库单元中加入了Stdctrls库单元,因为TCheckBox部件是在StdCtrls库单元中说明的。