RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterFieldValueEvent Type

TAdapterFieldValueEvent is the type for event handlers that respond when an adapter field's value changes.

Pascal
TAdapterFieldValueEvent = procedure (Sender: TObject; Value: Variant) of object;
C++
(Sender: TObject; Value: Variant) ( TAdapterFieldValueEvent)();

TAdapterFieldValueEvent is the type for event handlers that let you respond when a new value has been assigned to an adapter field component. 

Sender is the adapter field component whose value was just changed. 

Value contains the newly-assigned value. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!