RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBAdapt.TDataSetAdapterFieldGetValueEvent Type

TDataSetAdapterFieldGetValueEvent is the type for event handlers that provide the value associated of a dataset adapter field.

Pascal
TDataSetAdapterFieldGetValueEvent = procedure (Sender: TObject; Field: TField; var Value: Variant) of object;
C++
(Sender: TObject; Field: TField; var Value: Variant) ( TDataSetAdapterFieldGetValueEvent)();

TDataSetAdapterFieldGetValueEvent is the type for event handlers that let you provide the value of a dataset adapter field component. 

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

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

Value returns a Variant that contains the current field value. 

 

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