急!有难题请教!关于PsafeArray的使用(100分)

  • 主题发起人 主题发起人 seeseainwind
  • 开始时间 开始时间
S

seeseainwind

Unregistered / Unconfirmed
GUEST, unregistred user!
我在Delphi中引入一个控件,ADOMD.dll,其中TCellSet 有这样一个属性
property Item[var idx: PSafeArray]: Cell read Get_Item; default;
PsafeArray=^TsafeArray ,但是如何使用 PsafeArray ?

在VB中,TCellSet.Item是这样定义的
property Item[var idx: ParamArray]: Cell read Get_Item; default;
调用程序:
dim ActiveCellSet as ADOMD.CellSet
ActiveCellSet.item(i,j)就好使,但在Delphi 就不行。

请问,该如何使用 PsafeArray 呢?其中的cdims,fFeature,pvdata等有如何设置呢?
急盼指教!


 
你看看它是哪个.pas里的参数:按着Ctrl用鼠标点击PsafeArray..查一下
 
接受答案了.
 
后退
顶部