ExtActns.TDownLoadURL Methods
From RAD Studio VCL Reference
Delphi Information
| function GetBindInfo(out grfBINDF: Cardinal; var bindinfo: _tagBINDINFO): HRESULT; | |
| function GetPriority(out nPriority): HRESULT; | |
| function OnDataAvailable(grfBSCF: Cardinal;
dwSize: Cardinal; formatetc: PFormatEtc; stgmed: PStgMedium): HRESULT; | |
| function OnLowResource(reserved: Cardinal): HRESULT; | |
| function OnObjectAvailable(const iid: TGUID; punk: IInterface): HRESULT; | |
| function OnProgress(ulProgress: Cardinal;
ulProgressMax: Cardinal; ulStatusCode: Cardinal; szStatusText: PWideChar): HRESULT; | |
| function OnStartBinding(dwReserved: Cardinal; pib: IBinding): HRESULT; | |
| function OnStopBinding(hresult: HRESULT; szError: PWideChar): HRESULT; |
Unit: ExtActns
Type: method
Visibility: protected
Member Of: TDownLoadURL
C++ Information
| long __fastcall GetBindInfo(unsigned int & grfBINDF, _tagBINDINFO & bindinfo); | |
| long __fastcall GetPriority(void * nPriority); | |
| long __fastcall OnDataAvailable(unsigned int grfBSCF,
unsigned int dwSize, tagFORMATETC * formatetc, tagSTGMEDIUM * stgmed); | |
| long __fastcall OnLowResource(unsigned int reserved); | |
| long __fastcall OnObjectAvailable(const _GUID & iid, System::DelphiInterface<System::IInterface> punk); | |
| long __fastcall OnProgress(unsigned int ulProgress,
unsigned int ulProgressMax, unsigned int ulStatusCode, wchar_t * szStatusText); | |
| long __fastcall OnStartBinding(unsigned int dwReserved, System::DelphiInterface<IBinding> pib); | |
| long __fastcall OnStopBinding(long hresult, wchar_t * szError); |
Unit: ExtActns
Type: method
Visibility: protected
Member Of: TDownLoadURL
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!