FireDAC.Phys.IBWrapper.TIBInfo.TUsage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TUsage = record
    public
      FAttachments: Integer;
      FDatabases: Integer;
      FDBNames: TArray<String>;
    end;

C++

struct DECLSPEC_DRECORD TUsage
{
public:
    int FAttachments;
    int FDatabases;
#ifndef _WIN64
    System::DynamicArray<System::UnicodeString> FDBNames;
#else /* _WIN64 */
    System::TArray__1<System::UnicodeString> FDBNames;
#endif /* _WIN64 */
};

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. Please help us document this topic by using the Discussion page!