FireDAC.Phys.IBWrapper.TIBInfo.TVersion

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
record
struct
Visibility: public
Source:
FireDAC.Phys.IBWrapper.pas
FireDAC.Phys.IBWrapper.hpp
Unit: FireDAC.Phys.IBWrapper
Parent: TIBInfo

Delphi

TVersion = record

C++

struct DECLSPEC_DRECORD TVersion
{
public:
    int FService;
    System::UnicodeString FServerStr;
    Firedac::Stan::Intf::TFDVersion FServer;
    System::UnicodeString FImplementation;
};

Description

Embarcadero Technologies does not currently have any additional information.