|
MASTER |
|
PROPERTIES |
 |
IniFileName - name of INI
file to store values of properties
(new 1.1)If IniFileName is not specified - default value is Executable name
with extension INI, stored in executable directory |
 |
(new 1.1)Destination -
dstINIFile - information is stored into INI file
dstRegistry - information is stored into windows
registry |
 |
(new 1.1)Root - root key in registry (only in case
Destination=dstRegistry). Possible values are:
HKEY_CLASSES_ROOT; HKEY_CURRENT_USER; HKEY_LOCAL_MACHINE; HKEY_USERS;
HKEY_PERFORMANCE_DATA; HKEY_CURRENT_CONFIG; HKEY_DYN_DATA |
 |
(new 1.1)Path - path in root key in registry (only in case
Destination=dstRegistry). |
|
METHODS |
 |
(new 1.1)procedure ReadNow - executes ReadNow for all
active CLIENTS |
 |
(new 1.1)procedure WriteNow - executes WriteNow for all
active CLIENTS |
|
EVENTS |
 |
OnNeedIniFileName - gives
options for dynamic set of IniFile Name |
 |
OnBeforeRead - fired before
reading values of properties |
 |
OnAfterRead - fired after
reading values of properties |
 |
OnBeforeWrite - fired
before writing values of properties |
 |
OnAfterWrite - fired after
writing values of properties |
*note that these events
are fired for each CLIENT |
|
|
CLIENT |
|
PROPERTIES |
 |
PropsMaster |
 |
WhenRead - when CLIENT will
read values of properties (readBeforeCreate, readAfterCreate, readBeforeShow,
readAfterShow) |
 |
WhenWrite - when CLIENT
will write values of properties (writeBeforeHide, writeAfterHide, writeBeforeDestroy,
writeAfterDestroy) |
|
METHODS |
 |
(new 1.1)procedure ReadNow - reads saved values of
properties |
 |
(new 1.1)procedure WriteNow - writes values of properties |
|
EVENTS |
 |
OnNeedMaster - fired berore
read or write if property PropsMaster is not set |
 |
OnBeforeRead - fired before
reading values of properties |
 |
OnAfterRead - fired after
reading values of properties |
 |
OnBeforeWrite - fired
before writing values of properties |
 |
OnAfterWrite - fired after
writing values of properties |
|
|
(new 1.1)ALONE CLIENT |
|
PROPERTIES |
 |
IniFileName - name of INI
file to store values of properties
If IniFileName is not specified - default value is Executable name with extension INI,
stored in executable directory |
 |
Destination -
dstINIFile - information is stored into INI file
dstRegistry - information is stored into windows
registry |
 |
Root - root key in registry
(only in case Destination=dstRegistry). Possible values are:
HKEY_CLASSES_ROOT; HKEY_CURRENT_USER; HKEY_LOCAL_MACHINE; HKEY_USERS;
HKEY_PERFORMANCE_DATA; HKEY_CURRENT_CONFIG; HKEY_DYN_DATA |
 |
Path - path in root key in
registry (only in case Destination=dstRegistry). |
 |
WhenRead - when CLIENT will
read values of properties (readBeforeCreate, readAfterCreate, readBeforeShow,
readAfterShow) |
 |
WhenWrite - when CLIENT
will write values of properties (writeBeforeHide, writeAfterHide, writeBeforeDestroy,
writeAfterDestroy) |
|
METHODS |
 |
procedure ReadNow - reads
saved values of properties |
 |
procedure WriteNow - writes
values of properties |
|
EVENTS |
 |
OnNeedIniFileName - gives
options for dynamic set of IniFile Name |
 |
OnBeforeRead - fired before
reading values of properties |
 |
OnAfterRead - fired after
reading values of properties |
 |
OnBeforeWrite - fired
before writing values of properties |
 |
OnAfterWrite - fired after
writing values of properties |
|
|