RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupControl.SelectKeyValue Method

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

Pascal
procedure SelectKeyValue(const Value: Variant); virtual;
C++
virtual __fastcall SelectKeyValue(const Variant 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. 

 

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