RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.Value Property

Provides the value of an adapter field as a variant.

Pascal
property Value: Variant;
C++
__property Variant Value;

The Value property returns the value of an adapter field as a Variant. Server-side script can access this value using the Value property. Note that descendant adapter fields support multiple values per field, files and images. For these fields, the Value property will not correctly represent the value of the adapter field. 

 

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