Vcl.DBLookup.TDBLookupList.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: string read FValue write SetValue;

C++

__property System::UnicodeString Value = {read=FValue, write=SetValue};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Description

Specifies the value of an item in the lookup list.

Value specifies the value of an item in the lookup list.

See Also