FireDAC.Phys.IBBase.TFDIBInfo.GetUsage

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBInfo

Delphi

procedure GetUsage(out AUsage: TIBInfo.TUsage);

C++

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

Description

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

See Also