游子日月长

笑渐不闻声渐悄,多情却被无情恼!

导航

显示媒体时间

var
  Minute : byte;

with MyMediaPlayer do
  case TimeFormat of
    tfHMS : Minutes := MCI_HMS_Minute(Length);
    tfMSF : Minutes := MCI_MSF_Minute(Length);
  {etc etc}
  end;

posted on 2017-02-07 16:26  游子日月长  阅读(90)  评论(0编辑  收藏  举报