TAntialiasEdit is an advanced Edit with an antialias property which allows smoother integration in the user interface. It inherits from standard TCustomEdit and TDBEdit to provide the exact same behaviour. Besides this antialias capability, TAntialiasEdit provides properties such as :
* Round corners (choose which ones are rounded)
* Definable border size
* Definable Shadow size and color
* For each state (mouse away, over, focused or disabled):
- Custom colors for border, background and shadow
* Text alignment (left aligned, center, right aligned)
* Vertical text alignment
* Definable margins
* Antialias is made at run-time and can be switched off
|