Ekas Software Windows Script Host Control for Delphi Help
.HasProperty script extention
Script extensions provided by script control
HasProperty: returns True if object has published property with given name or False if not. For example:

Dim Control

...'Control is assigned here

If Control.HasProperty("Text") Then

Control.Text = "Some Text"

End If


Ekas Software Windows Script Host Control for Delphi Help
Copyright (c)2002,2003 Ekas Software