FMX.Media.TMediaPlayerValue.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TState read FState;

C++

__property TState State = {read=FState, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Media.pas
FMX.Media.hpp
FMX.Media TMediaPlayerValue

Description

State of the value.

The state of the value 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