FMX.ActnList.TOnBeforeShow

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

Delphi

TOnBeforeShow = procedure (Sender: TObject; var CanShow: Boolean) of object;

C++

typedef void __fastcall (__closure *TOnBeforeShow)(System::TObject* Sender, bool &CanShow);

プロパティ

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

説明

表示アクションの実行前に特定のアクションを実行するのに使用されるイベントの型です。


TOnBeforeShow は、OnBeforeShow イベントの型です。このイベントは、TViewAction が関連付けられた FireMonkey コントロールが表示される前に特定のアクションを実行するのに使用されます。

関連項目