P
poy
Unregistered / Unconfirmed
GUEST, unregistred user!
在C++里 定义一个类
Class Student
static int count
.....
.....
用static 定义一静态变量,这样可以使其不受此类实例影响,
我想知道 在delphi 是怎么定义静态属性的 ?
Class Student
static int count
.....
.....
用static 定义一静态变量,这样可以使其不受此类实例影响,
我想知道 在delphi 是怎么定义静态属性的 ?