PRODUCTS

FEATURED PRODUCT

With one subscription at over 50% discount price, you receive all current and future TMS VCL products + updates + support for 2 years

License only 695 EUR See More

SEARCH

LOGIN

Customer login to access products, support information & special benefits.

NEWS ALERTS

Add your e-mail address here to receive the monthly TMS Software alerts.

 

LINKS

PRODUCTS » VCL COMPONENTS » TADVEDIT
v2.7.4.0 (Sep 18, 2008)

Purchase a license



TAdvEdit, TDBAdvEdit, TAdvMaskEdit, TDBAdvMaskEdit

Edit controls with lots of extra capabilities

Feature overview

TAdvEdit TAdvEdit TAdvEdit

TAdvEdit TAdvEdit

  • data-aware & non data-aware version of advanced edit control and advanced mask edit control
  • focus color, focus border color, colored on modify, disabled color
  • move focus to next control with return or tab
  • numeric right aligned input
  • uppercase, lowercase, mixed case input
  • numeric & alpha numeric only input
  • auto focus, focus border
  • attached label
  • flat style
  • fixed suffixes and prefixes
  • different types : numeric, float, money, hex, range
  • precision for float edit style
  • automatic thousand separator inserting for money style input
  • URL aware
  • associated AdvInputQuery method that improves the standard InputQuery with the many TAdvEdit functions.
  • properties to obtain the value as integer or float for numeric and float edit style
  • events for all clipboard actions
  • automatic persistence through INI file or registry
  • transparency
  • OLE drag and drop support
  • different color when edit value is invalid
  • different width & alignment during focus
  • empty text string to display grayed text while edit control is empty
  • automatic thousand separator insertion
  • Excel style decimal separator behaviour
  • Error marking while not editing
  • Outlook style lookup popup with various settings to control look and behaviour

Tips

Using the lookup list


Drop a default TAdvEdit on the form and initialize the lookup with code similar to:

with AdvEdit1.Lookup do
begin
  Enabled := true;
  DisplayList.Add('Audi');
  DisplayList.Add('BMW');
  DisplayList.Add('Bugatti');
  DisplayList.Add('Ferrari');
  DisplayList.Add('Ford');
  DisplayList.Add('Mercedes');
end;

type at least 2 characters (default setting) and the lookup list should display


Allowing to enter negative & positive numbers


Set AdvEdit.EditType = etNumeric and set AdvEdit.Signed = true

Buy online

CreditCards Accepted

TAdvEdit Single developer license for commercial use with full source code

free updates for a full version cycle (from current version to v3.6) and free priority support: 30 EUR
for Delphi 5, 6, 7, 2005, 2006, 2007, 2009, C++Builder 5, 6, 2006, 2007, 2009

Please choose your language     and order immediately or add to cart
TAdvEdit Site license for commercial use with full source code

free updates for a full version cycle (from current version to v3.6) and free priority support: 120 EUR
for Delphi 5, 6, 7, 2005, 2006, 2007, 2009, C++Builder 5, 6, 2006, 2007, 2009

Please choose your language     and order immediately or add to cart

This product is also available in TMS VCL Subscription, TMS Component Studio, TMS Component Pack.

Copyright © 1995 - 2008 TMS Software