User Guide

201
SetActiveResults
procedure SetActiveResults(resType: TCurrentResultsType)
Sets the active page in the results tab.
Allowed values are:
resSearch
resValidator
resLinks
resThumbnails
SetApplicationSetting
procedure SetApplicationSetting(nSettingID: Integer ovSettingVal: OleVariant)
Sets a specific application setting based on its SettingID.
SetProgress
procedure SetProgress(nProgress: Integer)
Sets the position of the progress bar in the status area. Allowed values are 1-100.
SetStatusText
procedure SetStatusText(sMessage: OleString)
Sets the text to be displayed in the status area.
ShellToApp
function ShellToApp(const wsAppFileName: WideString): WordBool
Executes an external application. Returns True if application launched successfully.
Note that command lines may be included in the filename parameter, so this is valid:
Application.ShellToApp("notepad.exe " +
Application.ActiveDocument.Filename)
ShellToAppAndWait
procedure ShellToAppAndWait(const wsAppFileName: WideString)
Same as
ShellToApp but waits for the external program to be closed before returning.
Note that the application will be locked until
ShellToAppAndWait returns, so use with
caution.
ShowProgress
procedure ShowProgress()
Shows the progress bar.
ShowThumbnails
procedure ShowThumbnails(sFolder: OleString)
Shows thumbnails for all images in the passed folder.