Terminal Server Aware
Delphi コンパイラ指令のリスト:インデックス への移動
Type |
スイッチ |
構文 |
{$TSAWARE ON}, {$TSAWARE OFF} |
デフォルト |
{$TSAWARE ON} |
範囲 |
Global |
説明
The {$TSAWARE} sets a flag in the IMAGE_OPTIONAL_HEADER
DllCharacteristics
field in the program image's optional header. The Terminal Server does not make certain changes to the application when enabled.
If an application is Terminal Server aware, it must not rely on INI files or write to the HKEY_CURRENT_USER
registry during setup.
If you use {$TSAWARE} and your application still uses INI files, then the files are shared by all users of the system. If that's acceptable, you can still link your application with {$TSAWARE}; otherwise, disable this option.