BFC_SysParam |
Description
This component can be used to retrieve and adjust windows system-parameters. Place the component on the form at designtime and your parameters will be shown. The best way to use it is not to change any properties at design-time. At runtime first use the Refresh-method to get the parameters of the client-PC. next decide if you want to make any future changes permanent. If so set the permanent-property to 'true'. Now you are ready to change all the parameters you want.
Non of these properties work at designtime !!!!
Properties
Animation | Declaration property Animation: Boolean; Description |
|
CtrlAltDel | Declaration property CtrlAltDel: Boolean; Description |
|
DragFullWindows | Declaration property DragFullWindows: Boolean; Description |
|
IconsMetrics | Declaration property IconsMetrics: TBFC_IconMetrics; Description |
|
KeyboardDelay | Declaration property KeyboardDelay: Integer; Description |
|
KeyboardSpeed | Declaration property KeyboardSpeed: DWord; Description |
|
MouseTrail | Declaration property MouseTrail: Integer; Description |
|
Permanent | Declaration property Permanent: Boolean; Description |
|
ScreenSaver | Declaration property ScreenSaver: Boolean; Description |
|
ScreenSaverTimeout | Declaration property ScreenSaverTimeOut: Integer; Description |
|
StartButtonVisible | Declaration property StartButtonVisible: Boolean; Description |
|
TaskBarBisible | Declaration property TaskBarVisible: Boolean; Description |
Methods
Refresh |
Declaration procedure Refresh; Description |