FireDAC.Phys.IBWrapper.TIBInfo.TVersion

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.