Class TOptions (unit UOptions)

Inherits from

TObject

Constructors


constructor Create;



Functions

destructor Destroy;


procedure LoadFromRegistry;


procedure RestoreDisplayDefaults;

TOptions.

procedure SaveToRegistry;


procedure SetAnimationDelay(const Value : Integer);


procedure SetBackgroundColor(const Value : TColor);


procedure SetDisplayedInformationColor(const Value : TColor);


procedure SetDisplayGeneration(const Value : Boolean);


procedure SetDisplayLivingCells(const Value : Boolean);


procedure SetGridHeight(const Value : Cardinal);


procedure SetGridLinesColor(const Value : TColor);


procedure SetGridLinesStyle(const Value : TPenStyle);


procedure SetGridLinesVisible(const Value : Boolean);


procedure SetGridWidth(const Value : Cardinal);


procedure SetLivingCellColor(const Value : TColor);


procedure SetMouseSensitivity(const Value : Integer);


Properties

property AnimationDelay : Integer


property BackgroundColor : TColor


property DisplayedInformationColor : TColor


property DisplayGeneration : Boolean


property DisplayLivingCells : Boolean


property GridHeight : Cardinal


property GridLinesColor : TColor


property GridLinesStyle : TPenStyle


property GridLinesVisible : Boolean


property GridWidth : Cardinal


property LivingCellColor : TColor


property Modified : Boolean


property MouseSensitivity : Integer


Events

Variables

FAnimationDelay : Integer;


FBackgroundColor : TColor;


FDisplayedInformationColor : TColor;


FDisplayGeneration : Boolean;


FDisplayLivingCells : Boolean;


FGridHeight : Cardinal;


FGridLinesColor : TColor;


FGridLinesStyle : TPenStyle;


FGridLinesVisible : Boolean;


FGridWidth : Cardinal;


FLivingCellColor : TColor;


FModified : Boolean;


FMouseSensitivity : Integer;



Constructors


constructor Create;


Functions


destructor Destroy;


procedure LoadFromRegistry;


procedure RestoreDisplayDefaults;

TOptions.LoadFromRegistry


procedure SaveToRegistry;


procedure SetAnimationDelay(const Value : Integer);


procedure SetBackgroundColor(const Value : TColor);


procedure SetDisplayedInformationColor(const Value : TColor);


procedure SetDisplayGeneration(const Value : Boolean);


procedure SetDisplayLivingCells(const Value : Boolean);


procedure SetGridHeight(const Value : Cardinal);


procedure SetGridLinesColor(const Value : TColor);


procedure SetGridLinesStyle(const Value : TPenStyle);


procedure SetGridLinesVisible(const Value : Boolean);


procedure SetGridWidth(const Value : Cardinal);


procedure SetLivingCellColor(const Value : TColor);


procedure SetMouseSensitivity(const Value : Integer);


Properties


property AnimationDelay : Integer


property BackgroundColor : TColor


property DisplayedInformationColor : TColor


property DisplayGeneration : Boolean


property DisplayLivingCells : Boolean


property GridHeight : Cardinal


property GridLinesColor : TColor


property GridLinesStyle : TPenStyle


property GridLinesVisible : Boolean


property GridWidth : Cardinal


property LivingCellColor : TColor


property Modified : Boolean


property MouseSensitivity : Integer


Events


Variables


FAnimationDelay : Integer;


FBackgroundColor : TColor;


FDisplayedInformationColor : TColor;


FDisplayGeneration : Boolean;


FDisplayLivingCells : Boolean;


FGridHeight : Cardinal;


FGridLinesColor : TColor;


FGridLinesStyle : TPenStyle;


FGridLinesVisible : Boolean;


FGridWidth : Cardinal;


FLivingCellColor : TColor;


FModified : Boolean;


FMouseSensitivity : Integer;