RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterFieldStringsEvent Type

TAdapterFieldStringsEvent is the type for event handlers that respond when a set of string values is assigned to an adapter field.

Pascal
TAdapterFieldStringsEvent = procedure (Sender: TObject; Values: TStrings) of object;
C++
(Sender: TObject; Values: TStrings) ( TAdapterFieldStringsEvent)();

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

Sender is the adapter field component to which the strings are assigned. 

Values is a string list that contains the new set of string values. 

 

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