Show: Delphi C++
Display Preferences

WebAdapt.TAdapterFieldGetMultiValueStringEvent

From XE2 API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TAdapterFieldGetMultiValueStringEvent)(System::TObject* Sender, int Index, System::UnicodeString &Value);

Properties

Type Visibility Source Unit Parent
typedef public WebAdapt.hpp WebAdapt WebAdapt

Description

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

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.

See Also

Personal tools
Previous Versions
Translations