FMX.ActnList.TOnBeforeShow
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 コントロールが表示される前に特定のアクションを実行するのに使用されます。