G
glasses
Unregistered / Unconfirmed
GUEST, unregistred user!
有一个VB写的COM组件,在VB里是这样调用的:
If Not (GetItemofAcct(Acct1) Is Nothing) Then _
Set VoucherEntry("_Detail" = GetItemofAcct(Acct1)
这个Is Nothing 在Delphi里怎么写?
is null , is nil, = null,都不对!
If Not (GetItemofAcct(Acct1) Is Nothing) Then _
Set VoucherEntry("_Detail" = GetItemofAcct(Acct1)
这个Is Nothing 在Delphi里怎么写?
is null , is nil, = null,都不对!