Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFKeyDown Type

The OnKeyDown event occurs when the user presses a key or key combination.

Pascal
TVFKeyDown = procedure (Key: AnsiChar; PressedCount: Integer) of object;
C++
(Key: AnsiChar; PressedCount: Integer) ( TVFKeyDown)();
C#
TVFKeyDown
Visual Basic
TVFKeyDown
Java
TVFKeyDown
IDL
(Key: AnsiChar; PressedCount: Integer) ( TVFKeyDown)();
JavaScript
TVFKeyDown

MediaPlayerTypes

Parameters 
Description 
Key 
Key. 
PressedCount 
Count. 
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!