API:FMX.Media.TMediaPlayerStart

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Media.TCustomMediaPlayerActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentTMediaPlayerStart

Delphi

TMediaPlayerStart = class(TCustomMediaPlayerAction)

C++

class PASCALIMPLEMENTATION TMediaPlayerStart : public TCustomMediaPlayerAction

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.

FMX.Media.TMediaPlayerStart inherits from FMX.Media.TCustomMediaPlayerAction. All content below this line refers to FMX.Media.TCustomMediaPlayerAction.

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