WSDLBind.IImports Methods
From RAD Studio VCL Reference
Delphi Information
| function GetImport(Index: Integer): IImport; |
Returns the import node at the specified index. |
| function Add(const Namespace: WideString; const Location: WideString): IImport; |
Adds a new import node to this collection. |
| function Insert(Index: Integer): IImport; |
Inserts a new import node at a specific index. |
Unit: WSDLBind
Type: method
Visibility: public
Member Of: IImports
C++ Information
| System::DelphiInterface<Wsdlbind::IImport> __fastcall operator(int Index); | |
| virtual System::DelphiInterface<Wsdlbind::IImport> __fastcall GetImport(int Index); |
Returns the import node at the specified index. |
| virtual System::DelphiInterface<Wsdlbind::IImport> __fastcall Add(System::WideString Namespace, System::WideString Location); |
Adds a new import node to this collection. |
| virtual System::DelphiInterface<Wsdlbind::IImport> __fastcall Insert(int Index); |
Inserts a new import node at a specific index. |
Unit: WSDLBind
Type: method
Visibility: public
Member Of: IImports
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!