x:\hmg.3.3.1\SAMPLES\Controls\Player\PLAYER_2
I try to extend the example by reading the current setting of the volume
I can set the player volume with "Form_1.Player_1.Volume" but:
How can I read the current/initial volume?
nVal:=Form_1.Player_1.Volume gives an error, because apparently, the "Volume" property is read-only. (there's only a "_SetPlayerVolume" ?)
(unfortunately not indicated in the HMG Manual)

Other way?