RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.ConvertValueCount Method

Retrieves the number of values entered by the end-user.

Pascal
function ConvertValueCount(AValue: IActionFieldValue): Integer; virtual;
C++
virtual __fastcall int ConvertValueCount(IActionFieldValue AValue);

ConvertValueCount is called to retrieve the number of values entered by the user. ConvertValueCount returns 1. Descendants may override this method. 

 

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