FMX.Advertising.TAdActionCanBeginEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TAdActionCanBeginEvent = procedure(Sender: TObject; var WillLeaveApplication: Boolean) of object;

C++

typedef void __fastcall (__closure *TAdActionCanBeginEvent)(System::TObject* Sender, bool &WillLeaveApplication);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising FMX.Advertising

説明

TCustomBannerAd.OnActionCanBegin イベントのイベント ハンドラの型です。


関連項目