Class TCastleConfigKeysMouseHelper

Unit

Declaration

type TCastleConfigKeysMouseHelper = class helper(TObject) for TCastleConfig

Description

Hierarchy

Overview

Methods

Public function GetKey(const APath: string; const ADefaultValue: TKey): TKey; overload;
Public procedure SetKey(const APath: string; const AValue: TKey); overload;
Public procedure SetDeleteKey(const APath: string; const AValue, ADefaultValue: TKey); overload;

Description

Methods

Public function GetKey(const APath: string; const ADefaultValue: TKey): TKey; overload;

Reading/writing key values to config file. Key names are expected to follow StrToKey and KeyToStr functions in CastleKeysMouse.

Public procedure SetKey(const APath: string; const AValue: TKey); overload;
 
Public procedure SetDeleteKey(const APath: string; const AValue, ADefaultValue: TKey); overload;
 

Generated by PasDoc 0.16.0.