WebContnrs.TAbstractNamedVariants.Values

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Values[const Name: string]: Variant read GetValue write SetValue;

C++

__property System::Variant Values[const System::UnicodeString Name] = {read=GetValue, write=SetValue};

Properties

Type Visibility Source Unit Parent
property public
WebContnrs.pas
WebContnrs.hpp
WebContnrs TAbstractNamedVariants

Description

Lists the Variants in the list by name.

Read Values to look up the Variant that is stored under a particular name. Set Values to change the Variant associated with a name, or to add a new name and Variant to the list.

Name is the name of the Variant. If there is no Variant in the list with the specified name, reading Values gives an unassigned Variant, and setting Values adds a new name and Variant to the list.

See Also

Personal tools
Translations