FMX.Media.TMediaPlayerValue.TState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TState = (Normal, ActionUpdating, ValueUpdating);

C++

enum class DECLSPEC_DENUM TState : unsigned char { Normal, ActionUpdating, ValueUpdating };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TMediaPlayerValue

Description

Type of the state of a value.

This type may be any of the following:

  • Normal, which is the default state.
  • ActionUpdating, the action is being updated.
  • ValueUpdating, the value is being updated.

See Also