SHDocVw.TShellNameSpaceFavoritesSelectionChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TShellNameSpaceFavoritesSelectionChange = procedure(ASender: TObject; cItems: Integer;
hItem: Integer;
const strName: WideString;
const strUrl: WideString;
cVisits: Integer;
const strDate: WideString;
fAvailableOffline: Integer) of object;

C++

typedef void __fastcall (__closure *TShellNameSpaceFavoritesSelectionChange)(System::TObject* ASender, int cItems, int hItem, const System::WideString strName, const System::WideString strUrl, int cVisits, const System::WideString strDate, int fAvailableOffline);

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.