RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterFieldStringEvent Type

TAdapterFieldStringEvent is the type for event handlers that respond when a string value is assigned to an adapter field.

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

TAdapterFieldStringEvent is the type for event handlers that let you respond when a string is assigned to an adapter field component. 

Sender is the adapter field component to which the string is assigned. 

Value is the newly-assigned string. 

 

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