摘要:
public class winsock extends applet { private label label1 = new label(); private textfield textfield1 = new textfield(); private label label2 = new label(); private textfield textfield2 = new tex......
摘要:
怎么再c#用正则表达式, 比如我只想要一串字符串的英文字母
......
一个关于对象的问题
delphi中一个对象实例的创建必须要用Create方法,那么例如TForm里创建了一个TButton的对象为什么就不需Create呢?到底TForm里的Create做了什么?希望大虾们指教,多谢!
NO.1 作者: rustle
TForm Create的时候读取DFM内容并且根据内容创建对象,设置对象属性,只不过没有让你自己写代码罢了
摘要:
做一个报表,希望从一个数据表中选择其中的一些数据行,不要显示全部的列表,请问有没有什么方法? 谢谢
......