FMX.Advertising.TAdDidFailEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising FMX.Advertising

Beschreibung

Typ der Ereignisbehandlungsroutine für das Ereignis TCustomBannerAd.OnDidFail.

Siehe auch