RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringsValuesList Class

TStringsValuesList is an adapter component that provides a list of name/value pairs defined by items in a TStrings property.

Pascal
TStringsValuesList = class(TCustomStringsValuesList);
C++
class TStringsValuesList : public TCustomStringsValuesList;

WebAdapt

TStringsValuesList defines a list of possible values for an adapter field by assigning the TStringsValuesList component to the ValuesList property of the adapter field. Typically, the values are used to populate HTML elements, such as a select list or radio buttons, when generating HTML to edit an adapter field. The TAdapterPageProducer will automatically generate appropriate HTML/JavaScript for an editable field when the ValuesList is set. 

 

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