TVirtualUI.AllowExecute Method

Allows the execution of the passed application.

Pascal

procedure AllowExecute(const Filename: WideString); safecall;

Parameters

Parameters

Description

const Filename: WideString

regular expression specifying the filename(s) of the applications allowed to run.

Remarks

Under VirtualUI environment, only applications precompiled with VirtualUI SDK should be allowed to run. Applications not under VirtualUI control, cannot be controlled.

Group

TVirtualUI Methods