RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TLookupListEntry Record
Pascal
TLookupListEntry = record
  Key: Variant;
  Value: Variant;
end;
C++
struct TLookupListEntry {
  Variant Key;
  Variant Value;
};

DB

This is record DB.TLookupListEntry.

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