Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFKeyUp Type

The OnKeyUp event occurs when the user releases a key or key combination.

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

MediaPlayerTypes

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