Description of TRegCheckBox :
Descendent component from TCheckBox. Read/Write keys into windows system registry.Features:Read INTEGER, STRING, BOOLEAN and BINARY data.Has the ability to create conditions if a certain value(string, integer) was met by the read of the registry.Ex.:RegCheck1.a_KeyName := 'TestStr';RegCheck1.a_KeyPath := 'Test';RegCheck1.a_Condition := 'I=Just a test'; // Case insensitive and equal to "Just a test".RegCheck1 will them be checked if the condition of the read was met by the property a_Condition.Very useful if your application makes lot of use of system registry. Fast and clean!You can download it from too:www.clubedosoftware.com.brThanks!Comments and bug reports:Marco AndrUE-mail: marco@antenasmetaltec.com.brICQ : 53977017PS.: I'm sorry for the bad english. It's not my native language.