Ekas Software Windows Script Host Control for Delphi Help
.Components script extention
Script extensions provided by script control
Components: returns component with given name from a set of components owned by given Component. It is analogue of Delphi's TComponent.Components[] property but has component's name instead of integer number as index. For example:

Dim Comp

Comp = Form1.Components("Timer1")

Here Form1 is TForm added to script by TekWSHControl.RegisterClass method.

Components method returns proxy object for required component or NULL if component with given name does not owned by given owner.


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