|
|
|
| acAppAutoRun component.
|
| type
|
| TacRegLocation = (rlCurrentUser, rlLocalMachine);
|
|
|
| property RunFor: TacRegLocation;
|
| The RunFor property controls for whom your program should be started:
|
| rlCurrentUser | for current user only;
|
| rlLocalMachine | for all users on current PC.
|
| RunOnce property.
|