FMX.Media.TMedia.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TMediaState read GetMediaState;

C++

__property TMediaState State = {read=GetMediaState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TMedia

Description

Specifies whether the current media file is playing or is stopped.

If the current media file is not assigned or supported, then State is set to Unavailable.

If the current media file is playing, then State is set to Playing, otherwise it is set to Stopped.

See Also