看看Help:
Determines which buttons on the media player are usable.
type
TMPBtnType = (btPlay, btPause, btStop, btNext, btPrev, btStep, btBack, btRecord, btEject);
TButtonSet = set of TMPBtnType;
property EnabledButtons: TButtonSet;
Description
EnabledButtons controls which buttons on the media player are enabled
and usable.
An enabled button is colored and usable. A disabled button is dimmed
and not usable. If a button is not enabled with EnabledButtons, it
is disabled. By default, all buttons are enabled.