Class TfrmHintDelay

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TfrmHintDelay = class(TfrmCustomGoPhast)

Description

TfrmHintDelay is used to set the hint delay time.

See TfrmGoPhast.miHintDelayClick.

Hierarchy

Overview

Fields

Implicit btnCancel: TBitBtn;
Implicit btnHelp: TBitBtn;
Implicit btnOK: TBitBtn;
Implicit lblHintDisplayTime: TLabel;
Implicit rdeHintDelay: TRbwDataEntry;

Methods

Implicit procedure FormCreate(Sender: TObject); override;
Implicit procedure btnOKClick(Sender: TObject);
Private procedure GetData;
Private procedure SetData;

Description

Fields

Implicit btnCancel: TBitBtn;

btnCancel: TBitBtn; btnCancel closes the TfrmHintDelay without changing anything.

Implicit btnHelp: TBitBtn;

btnHelp: TBitBtn; btnHelp displays help on TfrmHintDelay.

Implicit btnOK: TBitBtn;

btnOK: TBitBtn; See btnOKClick.

Implicit lblHintDisplayTime: TLabel;

lblHintDisplayTime: TLabel; lblHintDisplayTime displays "Hint display time (s)".

Implicit rdeHintDelay: TRbwDataEntry;

rdeHintDelay: TRbwDataEntry; rdeHintDelay shows the hint delay time.

Methods

Implicit procedure FormCreate(Sender: TObject); override;

FormCreate creates an instance of TfrmHintDelay. FormCreate calls GetData.

Implicit procedure btnOKClick(Sender: TObject);

btnOKClick calls SetData.

Private procedure GetData;

GetData retrieves the hint delay time.

Private procedure SetData;

SetData sets the hint delay time.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:37