FireDAC.Phys.IBWrapper.TIBInfo.TConfig.TEntry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

      TEntry = record
        FID: Integer;
        FValue: Integer;
      end;

C++

struct DECLSPEC_DRECORD TEntry
{
public:
    int FID;
    int FValue;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FireDAC.Phys.IBWrapper.pas
FireDAC.Phys.IBWrapper.hpp
FireDAC.Phys.IBWrapper TConfig

Description

Embarcadero Technologies does not currently have any additional information.