Description | Hierarchy | Fields | Methods | Properties |
type TScriptEnvironment = class(TObject)
————————————————————————
![]() |
procedure Alert(Text: string); |
![]() |
function Confirm(Text: string): boolean; |
![]() |
function CreateObject(ProgID: string): OleVariant; |
![]() |
procedure Write(Text: string); |
![]() |
procedure WriteLine(Text: string); |
![]() |
property zbar: OleVariant; |
![]() |
property FSO: OleVariant read GetFSO; |
![]() |
property ThisFile: OleVariant read GetFile; |
![]() |
property OtherFile: OleVariant read GetOtherFile; |
![]() |
procedure Alert(Text: string); |
Displays a dialog box containing the given message and an 'OK' button. Parameters
|
![]() |
function CreateObject(ProgID: string): OleVariant; |
Creates and returns a reference to an Automation object. |
![]() |
procedure Write(Text: string); |
Outputs the given text to the debug console. See also |
![]() |
procedure WriteLine(Text: string); |
Outputs the given text to the debug console, followed by a line break. See also |
![]() |
property zbar: OleVariant; |
Returns a ZBarCOM.Zaap object. |
![]() |
property FSO: OleVariant read GetFSO; |
Returns a Scripting.FileSystemObject object. |
![]() |
property ThisFile: OleVariant read GetFile; |
Returns a Scripting.File or a Scripting.Folder object representing the item that is currently selected in ZTreeWin. |
![]() |
property OtherFile: OleVariant read GetOtherFile; |
Returns a Scripting.File or a Scripting.Folder object representing the item that is currently selected in the opposite pane of ZTreeWin, if in F8 split view mode. When not in split view mode, this property returns Null (Nothing in VBScript). |