FMX.Media.TMediaPlayerValue.CreateValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateValueRange: TCustomValueRange; override;

C++

virtual Fmx::Stdactns::TCustomValueRange* __fastcall CreateValueRange();

Properties

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

Description

Method inherited from TCustomValueRangeAction that TMediaPlayerValue implements to provide a custom instance of a TCustomValueRange subclass to hold the value range that the action handles.

See Also