J
jiangxk
Unregistered / Unconfirmed
GUEST, unregistred user!
我在一个ActiveForm上添加了一个Conn属性
HRESULT _stdcall Conn([out, retval] BSTR * Value );
HRESULT _stdcall Conn([in] BSTR Value );
我在
function TActiveFormX.Get_Conn: WideString;
begin
end;
里面添加了 Result:=Conn;代码
可是编译得时候Result:=Conn总是报
[Error] ActiveFormImpl1.pas(357): Undeclared identifier: 'Conn'
得错
请问怎么解决这个问题
HRESULT _stdcall Conn([out, retval] BSTR * Value );
HRESULT _stdcall Conn([in] BSTR Value );
我在
function TActiveFormX.Get_Conn: WideString;
begin
end;
里面添加了 Result:=Conn;代码
可是编译得时候Result:=Conn总是报
[Error] ActiveFormImpl1.pas(357): Undeclared identifier: 'Conn'
得错
请问怎么解决这个问题