Variant值为$00000000的问题(在线等待)(100分)

  • 主题发起人 主题发起人 chillinson
  • 开始时间 开始时间
C

chillinson

Unregistered / Unconfirmed
GUEST, unregistred user!
代码入下
var FormItem: Variant;
begin
FormItem:=WebBrowser1.oleobject.document.getElementById('ImageButton');
我现在想判断一下getElementById方法是否成功的获取到对象,可是不管用VarType VarIsNull,VarIsEmpty都无法判断,设断点跟踪了下,没取到是FormItem=$00000000
 
问题一解决
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
900
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部