Class TfrmConfig (unit savConf) |
TForm
this unit provieds the configuration-dialog for my screen saver sample you must change this whole unit to make your new saver work. Look out for comments in the file on special issues Version 1.0 Author: Meik Weber IMPORTANT: See Copyright and disclaimer in README.TXT and Project Source
Constructors |
Functions |
close this window and exit the config dialog
Properties |
Events |
Variables |
Constructors |
Functions |
as I made myself modal, I should undo so now
Click on OK saves my configuration to the registry. I checked the sample-savers from Microsoft (BEZIER.SCR) and found out that they still write lots of information to CONTROL.INI. I think it is better to write it to the Registry
My dialog should be modal, so disable parent
close and exit without saving conig
Public declarations } {it is very important that you leave this CreateParams intact, it is essential to making this window modal to the screen-properties-dialog
close this window and exit the config dialog
Properties |
Events |
Variables |