Class TViewDialogKey
Unit
Declaration
type TViewDialogKey = class(TViewDialog)
Description
Ask user a press any key, and return this key. See unit CastleDialogViews documentation for example usage.
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TCastleUserInterface
- TCastleView
- TViewDialog
- TViewDialogKey
Overview
Methods
![]() |
function Press(const Event: TInputPressRelease): boolean; override; |
Properties
![]() |
property Answer: TKey read FAnswer; |
Description
Methods
![]() |
function Press(const Event: TInputPressRelease): boolean; override; |
Properties
![]() |
property Answer: TKey read FAnswer; |
Key pressed by user, defined when Answered. |
Generated by PasDoc 0.16.0.