RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterFieldGetMultiValueEvent Type

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

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

TAdapterFieldGetMultiValueEvent 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!