FMX.ActnList.TOnBeforeShow

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public FMX.ActnList.hpp FMX.ActnList FMX.ActnList

Description

Type of events used for taking specific actions before the view action is executed.

TOnBeforeShow is the OnBeforeShow event's type, used for taking specific actions before the FireMonkey control associated with the TViewAction is shown.

See Also