TRegCheckBox 0.1
In category
Components > Buttons and Check Boxes > Check Boxes
Description
Descendent component from TCheckBox. Read/Write keys into windows system registry.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.
Informations
- Status: Fully functional
- Source: FW
- Size: 5 680kB
Platforms:
- Delphi 6
Downloads