RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterFieldGetValueEvent Type

TAdapterFieldGetValueEvent is the type for event handlers that provide the value associated with an adapter field.

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

TAdapterFieldGetValueEvent is the type for event handlers that let you provide the value of an adapter field component. 

Sender is the adapter field component whose value is requested. 

Value returns a Variant that contains the current value. 

 

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