Unit RXProps

*****************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1995, 1996 AO ROSNO } { Copyright (c) 1997 Master-Bank } { } {

Classes

TPropInfoList - TPropInfoList
TPropsStorage -

Functions

CreateStoredItem - Utility routines
ParseStoredItem -
UpdateStoredList - Utility routines

Types

TEraseSectEvent
TReadStrEvent
TWriteStrEvent

Constants

Variables


Functions


function CreateStoredItem(const CompName, PropName: string): string;

Utility routines

function ParseStoredItem(const Item: string; var CompName, PropName: string): Boolean;


procedure UpdateStoredList(AComponent: TComponent; AStoredList: TStrings; FromForm: Boolean);

Utility routines

Types


TEraseSectEvent = procedure(const ASection: string) of object

TReadStrEvent = function(const ASection, Item, Default: string): string of object
TPropsStorage
TWriteStrEvent = procedure(const ASection, Item, Value: string) of object

Constants


Variables