Class Fox::FXRegistry
In: rdoc-sources/FXRegistry.rb
Parent: FXSettings

The registry maintains a database of persistent settings for an application, or suite of applications.

Methods

asciiMode?   new   read   write  

Attributes

appKey  [R]  Application key [String]
asciiMode  [W]  Use file-based registry instead of Windows Registry [Boolean]
vendorKey  [R]  Vendor key [String]

Public Class methods

Construct registry object; appKey and vendorKey must be string constants. Regular applications SHOULD set a vendor key!

Public Instance methods

Return true if we’re using a file-based registry mechanism instead of the Windows Registry (only relevant on Windows systems).

Read registry.

Write registry.

[Validate]