FireDAC.Phys.Intf.IFDPhysConnectionMetadata.DecodeObjName
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
Unit: FireDAC.Phys.Intf | |
Parent: IFDPhysConnectionMetadata |
Delphi
function DecodeObjName(const AName: String; out AParsedName: TFDPhysParsedName;
const ACommand: IFDPhysCommand; AOpts: TFDPhysDecodeOptions): Boolean;
C++
virtual bool __fastcall DecodeObjName(const System::UnicodeString AName, /* out */ TFDPhysParsedName &AParsedName, const _di_IFDPhysCommand ACommand, TFDPhysDecodeOptions AOpts) = 0 ;
Description
Embarcadero Technologies does not currently have any additional information.