M
melvin
Unregistered / Unconfirmed
GUEST, unregistred user!
在一个类里面有这样两个方法:
class procedure UpdateRegistry(Register: Boolean
const ClassID, ProgID: string)
override;
function LogonOK(const UserId, password: WideString): OleVariant
safecall;
到底class function 和function 有什么区别,什么时候用到class function
class procedure UpdateRegistry(Register: Boolean
const ClassID, ProgID: string)
override;
function LogonOK(const UserId, password: WideString): OleVariant
safecall;
到底class function 和function 有什么区别,什么时候用到class function