Class TCastleConfigKeysMouseHelper
Unit
Declaration
type TCastleConfigKeysMouseHelper = class helper(TObject) for TCastleConfig
Description
This item has no description.
Hierarchy
- TObject
 - TCastleConfigKeysMouseHelper
 
Overview
Methods
![]()  | 
function GetKey(const APath: string; const ADefaultValue: TKey): TKey; overload; | 
![]()  | 
procedure SetKey(const APath: string; const AValue: TKey); overload; | 
![]()  | 
procedure SetDeleteKey(const APath: string; const AValue, ADefaultValue: TKey); overload; | 
Description
Methods
![]()  | 
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.  | |
![]()  | 
procedure SetKey(const APath: string; const AValue: TKey); overload; | 
| 
 This item has no description.  | |
![]()  | 
procedure SetDeleteKey(const APath: string; const AValue, ADefaultValue: TKey); overload; | 
| 
 This item has no description.  | |
Generated by PasDoc 0.16.0-snapshot.
