FMX.Media.TMediaPlayerVolume.CreateValueRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateValueRange: TCustomValueRange; override;

C++

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

Properties

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

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.

FMX.Media.TMediaPlayerVolume.CreateValueRange inherits from FMX.Media.TMediaPlayerValue.CreateValueRange. All content below this line refers to FMX.Media.TMediaPlayerValue.CreateValueRange.

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