Delphi 类方法和普通方法的区别 .
摘要://类声明 TMyClass = class public class procedure MyProc; //类方式 constructor Create; //Create 也是类方法 end;var Form1: TForm1;implementation{$R *.dfm}{ TMyClas...
阅读全文
posted @ 2014-04-30 08:31
posted @ 2014-04-30 08:31
posted @ 2014-04-25 10:02
posted @ 2014-04-21 11:45
posted @ 2014-04-18 11:45
posted @ 2014-04-18 11:43