FMX.ActnList.TCustomAction.Supported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Supported: Boolean read FSupported;

C++

__property bool Supported = {read=FSupported, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

Defines whether the action can work on the current platform and CPU architecture.

Supported is a read-only property. Supported defines whether the action can work on the current platform and CPU architecture. The value of this property is defined by the UnsupportedArchitectures and UnsupportedPlatforms properties and also by the IsSupportedInterface function. If Supported is False, then this action is always inaccessible and invisible.

See Also