ThlResizer is a nonvisual VCL component for Delphi/C++Builder that is used to resize other VCL controls in an animated fashion. The Target control is resized smoothly from minimal to maximal size for expanding and vice versa for contracting. Examples
ThlSkinButton is a skinnable VCL button component.
No doubt, there are already many implementations of skin buttons. I wrote this one to cover certain features I did not find all combined in other implementations:
1)...
ThlRockerSwitch is a very flexible software rocker switch control. Its functionality is similar to a CheckBox control. Instead of a checked/unchecked state it provides an On/Off property which is recognizable by its (optional) LED indicator. Typical
Allows the edit control content to be left, right or center aligned.
Before Windows 98 only multiline edit controls allowed for different text alignment modes. That is probably the reason why such a property is missing in... |