Class TStateDialogKey

Unit

Declaration

type TStateDialogKey = class(TStateDialog)

Description

Ask user a press any key, and return this key. See unit CastleDialogStates documentation for example usage.

Hierarchy

Overview

Methods

Public function Press(const Event: TInputPressRelease): boolean; override;

Properties

Public property Answer: TKey read FAnswer;

Description

Methods

Public function Press(const Event: TInputPressRelease): boolean; override;
 

Properties

Public property Answer: TKey read FAnswer;

Key pressed by user, defined when Answered.


Generated by PasDoc 0.16.0.