Vcl.DBLookup.TDBLookupCombo.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: string read GetValue write SetValue;

C++

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

Properties

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

Description

Specifies the value of an item in the lookup combo.

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

See Also