RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMultiValueField.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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!