RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.IsMultiValueField Method

Indicates whether this adapter field can support multiple values.

Pascal
function IsMultiValueField: Boolean; virtual;
C++
virtual __fastcall Boolean IsMultiValueField();

IsMultiValueField return true to indicate that this adapter field can provide multiple values. IsMultiValueField returns false. Descendants may override this function. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!