Vcl.Edge.TPrintToPDFCompletedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPrintToPDFCompletedEvent = procedure (Sender: TCustomEdgeBrowser; ErrorCode: HResult; IsSuccessful: Boolean) of object;

C++

typedef void __fastcall (__closure *TPrintToPDFCompletedEvent)(TCustomEdgeBrowser* Sender, HRESULT ErrorCode, bool IsSuccessful);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.