FMX.Media.TCustomMediaPlayerAction

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomMediaPlayerAction

Delphi

TCustomMediaPlayerAction = class(TCustomAction)

C++

class PASCALIMPLEMENTATION TCustomMediaPlayerAction : public Fmx::Actnlist::TCustomAction

Properties

Type Visibility Source Unit Parent
class public
FMX.Media.pas
FMX.Media.hpp
FMX.Media FMX.Media

Description

Base class for FireMonkey actions that work on an instance of TMediaPlayer.

Use the MediaPlayer property to define the target of the action.

See Also