L
lyloyal
Unregistered / Unconfirmed
GUEST, unregistred user!
在VB中可定自定义属性,如
Public Property Let Recordset(ByRef Rcs As ADODB.Recordset)
Set rec = Rcs
End Property
在DELPHI中如何定义?
Public Property Let Recordset(ByRef Rcs As ADODB.Recordset)
Set rec = Rcs
End Property
在DELPHI中如何定义?