RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterField.OnUpdateValue Event

Called to update the adapter field's value with a value entered by the end-user.

Pascal
property OnUpdateValue: TAdapterFieldValueEvent;
C++
__property TAdapterFieldValueEvent OnUpdateValue;

OnUpdateValue is called when an action request contains a value for this adapter field. If this event handler is not implemented, the value entered by the end-user will be ignored. 

 

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