RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterFieldGetStringEvent Type

TAdapterFieldGetStringEvent is the type for event handlers that provide a string associated with an adapter field.

Pascal
TAdapterFieldGetStringEvent = procedure (Sender: TObject; var Value: string) of object;
C++
(Sender: TObject; var Value: string) ( TAdapterFieldGetStringEvent)();

TAdapterFieldGetStringEvent is the type for event handlers that let you provide a string that is associated with an adapter field component. 

Sender is the adapter field component whose string is requested. 

Value returns the string associated with Sender. Typically, this is the value of the adapter field. 

 

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