Ekas Software Windows Script Host Control for Delphi Help
.IsClass script extention
Script extensions provided by script control
IsClass: returns True if given object is instance of class with given name (or its descendant) or False if not. It is analogue of Object/Delphi Pascal's 'is' operator. For example:

Dim Control

...' Control is assigned here

If Control.IsClass("TTimer") Then

...

End If


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