API:System.Classes.TIdentMapEntry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TIdentMapEntry = record
    Value: Integer;
    Name: String;
  end;

C++

struct DECLSPEC_DRECORD TIdentMapEntry
{
public:
    int Value;
    System::UnicodeString Name;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!