RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterFieldGetMultiValueStringEvent Type

TAdapterFieldGetMultiValueStringEvent is the type for event handlers that supply a set of string values for an adapter field.

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

TAdapterFieldGetMultiValueStringEvent is the type for event handlers that let you provide multiple values associated with an adapter field. 

Sender is the adapter field component for which you are supplying values. 

Index indicates which value the event handler should supply, where 0 indicates the first value, 1 indicates the second value, and so on. 

Value returns the value indicated by the Index parameter. 

 

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