Data.DB.TLookupListEntry

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Beschreibung

TLookupListEntry ist ein Record, der Schlüssel/Werteinträge in einer Lookup-Liste enthält.

TLookupListEntry ist ein Record, der Schlüssel/Werteinträge in einer Lookup-Liste enthält.

Siehe auch