RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBAdapt.TDataSetAdapterFieldGetStringEvent Type

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

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

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. 

 

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