FMX.StdActns.TValueRangeAction.UnsupportedPlatforms

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UnsupportedPlatforms: TPlatforms read FUnsupportedPlatforms write SetUnsupportedPlatforms default 0;

C++

__property UnsupportedPlatforms = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TValueRangeAction

Description

Defines the set of unsupported OS platforms.

FMX.StdActns.TValueRangeAction.UnsupportedPlatforms inherits from FMX.ActnList.TCustomAction.UnsupportedPlatforms. All content below this line refers to FMX.ActnList.TCustomAction.UnsupportedPlatforms.

Defines the set of unsupported OS platforms.

The TPlatform type defines the pfWindows, pfMacOS, pfiOS, pfAndroid, and pfLinux constants that identify the Windows, Mac OS, Android, and other platforms.

Use UnsupportedPlatforms to identify sets of unsupported OS platforms.

See Also