RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterFieldGetValueCountEvent Type

TAdapterFieldGetValueCountEvent is the type for event handlers that indicate the number of values associated with an adapter field.

Pascal
TAdapterFieldGetValueCountEvent = procedure (Sender: TObject; var Count: Integer) of object;
C++
(Sender: TObject; var Count: Integer) ( TAdapterFieldGetValueCountEvent)();

TAdapterFieldGetValueCountEvent is the type for event handlers that let you provide a count of the values associated with an adapter field. 

Sender is the adapter field component for which you want a count of values. 

Count returns the number of values associated with Sender. 

 

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