FireDAC.Phys.IBWrapper.TIBPBInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TIBPBInfo = record
    Name: String;
    ParamType: TIBPBParamType;
    Code: Byte;
  end;

C++

struct DECLSPEC_DRECORD TIBPBInfo
{
public:
    System::UnicodeString Name;
    TIBPBParamType ParamType;
    System::Byte Code;
};

Properties

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

Description

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