Data.DB.TLookupListEntry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TLookupListEntry = record
    Key: Variant;
    Value: Variant;
  end;

C++

struct DECLSPEC_DRECORD TLookupListEntry
{
public:
    System::Variant Key;
    System::Variant Value;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

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.

See Also