DBAdapt.TDataSetAdapterFieldGetStringEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TDataSetAdapterFieldGetStringEvent)(System::TObject* Sender, Data::Db::TField* Field, System::UnicodeString &Value);

Properties

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

Description

TDataSetAdapterFieldGetStringEvent is the type for event handlers that provide a string associated with a dataset adapter field.

TDataSetAdapterFieldGetStringEvent is the type for event handlers that let you provide a string that is associated with a dataset adapter field component.

Sender is the dataset adapter field component whose string is requested.

Field is the field component that the dataset adapter field represents.

Value returns the string associated with Sender.

See Also

Personal tools
Translations