Shell utilities routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declarations
procedure ComposeEmail(Address, Name, Subject, Message, CC, BCC: String);  
function  GetExecutableByExtension(Extension: String): String;  
function  GetSystemImageList(Size: Integer): THandle;  
procedure MinimizeAll;   // minimizes ALL windows  
procedure ExploreFolder(URL: String);  
procedure OpenURL(URL: String; InNewWindow: Boolean);  
function  OpenWithDlg(FileName: String): Boolean;  
procedure RepaintScreen// repains whole screen  
procedure RestoreAll;    // restore ALL windows  
procedure RunControlPanel(CmdShow: Integer);  
procedure RunCPL(FileName: String; CmdShow: Integer);  

Descriptions
Various shell routines.