Delphi
function GetVolume: Single; virtual; abstract;
C++
virtual float __fastcall GetVolume() = 0 ;
Properties
| Type |
Visibility |
Source |
Unit |
Parent |
| function |
protected |
FMX.Media.pas FMX.Media.hpp |
FMX.Media |
TMedia |
Description
Getter function for the Volume property.
See Also