FireDAC.Phys.IBWrapper.TIBInfo.TLicense.TCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

      TCertificate = record
        FID: String;
        FKey: String;
        FDesc: String;
      end;

C++

struct DECLSPEC_DRECORD TCertificate
{
public:
    System::UnicodeString FID;
    System::UnicodeString FKey;
    System::UnicodeString FDesc;
};

Properties

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

Description

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