SHDocVw.TInternetExplorerProgressChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TInternetExplorerProgressChange = procedure(ASender: TObject; Progress: Integer;
ProgressMax: Integer) of object;

C++

typedef void __fastcall (__closure *TInternetExplorerProgressChange)(System::TObject* ASender, int Progress, int ProgressMax);

Properties

Type Visibility Source Unit Parent
type
typedef
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw SHDocVw

Description

Embarcadero Technologies does not currently have any additional information.