FireDAC.Phys.IBBase.TFDIBInfo.GetUsage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetUsage(out AUsage: TIBInfo.TUsage);

C++

void __fastcall GetUsage(/* out */ Firedac::Phys::Ibwrapper::TIBInfo::TUsage &AUsage);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBInfo

Description

Fills the specified object with the usage information of the database server.

See Also