FireDAC.Phys.IBWrapper.TIBInfo.TVersion

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

    TVersion = record
    public
      FService: Integer;
      FServerStr: String;
      FServer: TFDVersion;
      FImplementation: String;
    end;

C++

struct DECLSPEC_DRECORD TVersion
{
public:
    int FService;
    System::UnicodeString FServerStr;
    unsigned __int64 FServer;
    System::UnicodeString FImplementation;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FireDAC.Phys.IBWrapper.pas
FireDAC.Phys.IBWrapper.hpp
FireDAC.Phys.IBWrapper TIBInfo

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !