Vcl.Ribbon.TRecentItemClickEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRecentItemClickEvent = procedure(Sender: TObject; FileName: string; Index: Integer) of object;

C++

typedef void __fastcall (__closure *TRecentItemClickEvent)(System::TObject* Sender, System::UnicodeString FileName, int Index);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon Vcl.Ribbon

Description

Embarcadero Technologies does not currently have any additional information.