FMX.Advertising.TAdDidFailEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAdDidFailEvent = procedure(Sender: TObject; const Error: string) of object;

C++

typedef void __fastcall (__closure *TAdDidFailEvent)(System::TObject* Sender, const System::UnicodeString Error);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising FMX.Advertising

Description

Type of event handler for the TCustomBannerAd.OnDidFail event.

See Also