API:FireDAC.Phys.IBWrapper.TIBObject.Check
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.Phys.IBWrapper.pas FireDAC.Phys.IBWrapper.hpp
| |
| Unit: FireDAC.Phys.IBWrapper | |
| Parent: TIBObject | |
Delphi
procedure Check(AStatus: ISC_STATUS; AInitiator: TObject = nil); overload;
procedure Check(AStatus: IStatus; AInitiator: TObject = nil); overload;
C++
void __fastcall Check(Firedac::Phys::Ibcli::ISC_STATUS AStatus, System::TObject* AInitiator = (System::TObject*)(0x0))/* overload */;
void __fastcall Check(Firedac::Phys::Ibcli::IStatus* AStatus, System::TObject* AInitiator = (System::TObject*)(0x0))/* overload */;
Description
Embarcadero Technologies does not currently have any additional information.