Data.DB.TLookupListEntry
[–] Properties | |
---|---|
Type: record struct
| |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: Data.DB |
Delphi
TLookupListEntry = record
C++
struct DECLSPEC_DRECORD TLookupListEntry
{
public:
System::Variant Key;
System::Variant Value;
};
Description
TLookupListEntry is a record that holds key-value entries in a lookup list.
TLookupListEntry is a record that holds key-value entries in a lookup list.