L
lsyx
Unregistered / Unconfirmed
GUEST, unregistred user!
我现在要用通视卡接收并显示股票数据,老格式没有问题,但我不知道怎么启动新格式,
哪位大侠知道该怎么做??
在接口IStockDriver2中Set_EnableNewFormat(pVal: Integer)是启动新格式的方法,
但是我却不知道怎么使用接口,这个接口的定义如下:
IStockDriver2 = interface(IDispatch)
['{7EC46973-C25F-42E3-B22E-806D3FC5C20E}']
function Get_EnableNewFormat: Integer
safecall;
procedure Set_EnableNewFormat(pVal: Integer)
safecall
//这是我想调用的方法;
property EnableNewFormat: Integer read Get_EnableNewFormat write Set_EnableNewFormat;
end;
请不吝赐教!
哪位大侠知道该怎么做??
在接口IStockDriver2中Set_EnableNewFormat(pVal: Integer)是启动新格式的方法,
但是我却不知道怎么使用接口,这个接口的定义如下:
IStockDriver2 = interface(IDispatch)
['{7EC46973-C25F-42E3-B22E-806D3FC5C20E}']
function Get_EnableNewFormat: Integer
safecall;
procedure Set_EnableNewFormat(pVal: Integer)
safecall
//这是我想调用的方法;
property EnableNewFormat: Integer read Get_EnableNewFormat write Set_EnableNewFormat;
end;
请不吝赐教!