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

Dim Control

Control = Form1.Controls("Memo1")

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

Controls method returns proxy object for required control or NULL if control with given name does not owned by given WinControl.


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