appautorun RunFor property
Return to Introduction  Previous page  Next page
Applies to
acAppAutoRun component.  

Declaration
type  
  TacRegLocation = (rlCurrentUser, rlLocalMachine);  
 
property RunFor: TacRegLocation;  

Description
The RunFor property controls for whom your program should be started:  
rlCurrentUser— for current user only;  
rlLocalMachine— for all users on current PC.  

See also
RunOnce property.