@...PLAYER \/ DEFINE PLAYER

Creates a Player control

Standard Syntax (xBase Style):

 @ <nRow> ,<nCol>
 PLAYER <ControlName>
 [ OF | PARENT <ParentWindowName> ]
 WIDTH <nWidth>
 HEIGHT <nHeight>
 FILE <cFileName>
 [ NOAUTOSIZEWINDOW ]
 [ NOAUTOSIZEMOVIE ]
 [ NOERRORDLG ]
 [ NOMENU ]
 [ NOOPEN ]
 [ NOPLAYBAR ]
 [ SHOWALL ]
 [ SHOWPOSITION ]
 [ HELPID <nHelpId> ]

Alternate Syntax:

DEFINE PLAYER <ControlName>
   PARENT <ParentWindowName>
   ROW <nRow>
   COL <nCol>
   WIDTH <nWidth>
   HEIGHT <nHeight>
   FILE <cFileName>
   AUTOSIZEWINDOW <lValue>
   AUTOSIZEMOVIE <lValue>
   ERRORDLG <lValue>
   MENU <lValue>
   OPEN <lValue>
   PLAYBAR <lValue>
   SHOWALL <lValue>
   SHOWPOSITION <lValue>
   HELPID <nHelpId>
END PLAYER

Properties:

D: Available at control definition only R: Read-Only

Methods:

  • Show
  • Hide
  • SetFocus
  • Play
  • PlayReverse
  • Stop
  • Pause
  • Close
  • Release
  • Eject
  • Open
  • OpenDialog
  • Resume

results matching ""

    No results matching ""