Unit Optionen

This unit handles the Options, which means, saves them to the registry and loads them. The problem: I should use an oject to do this, but I was not familiar with OOP when I began to write RasInTask and it is much to much work to correct this.

Classes

TOptionenForm -

Functions

Types

Constants

CONNECT
REGKEY
SHOW_MENU
SHOW_OPTIONS
SP_DEUTSCH
SP_ENGLISCH

Variables

OptionenForm


Functions


Types


Constants

CONNECT = 1

Get the password for the given Connection

REGKEY = '\Software\PH-Arts\RasInTask\Hints\'

english

SHOW_MENU = 3

..Show this Dialog

SHOW_OPTIONS = 2

..connect to..

SP_DEUTSCH = 0

..Show PopupMenu

SP_ENGLISCH = 1000

german

Variables

OptionenForm : TOptionenForm