FireDAC.Phys.Intf.TFDPhysParsedName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TFDPhysParsedName = record
  private
    function GetOverInd: Integer;
    procedure SetOverInd(const Value: Integer);
  public
    FCatalog,
    FSchema,
    FBaseObject,
    FObject,
    FLink,
    FOverload: String;
    property OverInd: Integer read GetOverInd write SetOverInd;
  end;

C++

struct DECLSPEC_DRECORD TFDPhysParsedName
{
private:
    int __fastcall GetOverInd();
    void __fastcall SetOverInd(const int Value);
public:
    System::UnicodeString FCatalog;
    System::UnicodeString FSchema;
    System::UnicodeString FBaseObject;
    System::UnicodeString FObject;
    System::UnicodeString FLink;
    System::UnicodeString FOverload;
    __property int OverInd = {read=GetOverInd, write=SetOverInd};
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf FireDAC.Phys.Intf

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.