| PRODUCTS » VCL COMPONENTS » TADVEDIT |
v2.7.4.0 (Sep 18, 2008)
|
TRIAL DOWNLOADS
- Delphi 5 (2.69 MB)
- Delphi 6 (2.69 MB)
- Delphi 7 (2.69 MB)
- Delphi 2005 (2.69 MB)
- Delphi 2006 (2.69 MB)
- Delphi 2007 (2.69 MB)
- Delphi 2009 (2.69 MB)
- C++Builder 5 (2.69 MB)
- C++Builder 6 (2.69 MB)
- C++Builder 2006 (2.69 MB)
- C++Builder 2007 (2.69 MB)
- C++Builder 2009 (2.69 MB)
BOOKMARKS
TAdvEdit, TDBAdvEdit, TAdvMaskEdit, TDBAdvMaskEdit
Edit controls with lots of extra capabilities
Feature overview
- 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;
Allowing to enter negative & positive numbers
Set AdvEdit.EditType = etNumeric and set AdvEdit.Signed = true
Buy online

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

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
This product is also available in TMS VCL Subscription, TMS Component Studio, TMS Component Pack.
Copyright © 1995 - 2008 TMS Software


ONLINE ORDERS
Subscribe to RSS Feed