Vcl.DBCtrls.TDBLookupControl.SelectKeyValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectKeyValue(const Value: Variant); virtual;

C++

virtual void __fastcall SelectKeyValue(const System::Variant &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupControl

Description

Updates the value of the control so that it reflects a new key field value.

SelectKeyValue is used internally to set the value of the control to reflect the specified value on its KeyField.

Value is the new value for the KeyValue property.

See Also