RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterMultiValueField.OnUpdateValues Event

Updates the adapter field with value(s) entered by the end-user.

Pascal
property OnUpdateValues: TAdapterFieldStringsEvent;
C++
__property TAdapterFieldStringsEvent OnUpdateValues;

Implement this event handler to process values entered by the end-user. Raise an exception if an error occurs. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!