Unit RXIni

*****************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1995 AO ROSNO } { } {

Classes

TRxIniFile - TRxIniFile

Functions

DefLocalProfileName - Utilities routines
DefProfileName -
FontStylesToString -
PointToStr -
RectToStr -
StringToFontStyles -
StrToPoint -
StrToRect -

Types

TReadObjectEvent
TWriteObjectEvent

Constants

idnListItem

Variables


Functions


function DefLocalProfileName: string;

Utilities routines

function DefProfileName: string;


function FontStylesToString(Styles: TFontStyles): string;


function PointToStr(P: TPoint): string;


function RectToStr(Rect: TRect): string;


function StringToFontStyles(Styles: string): TFontStyles;


function StrToPoint(const Str: string; const Def: TPoint): TPoint;


function StrToRect(const Str: string; const Def: TRect): TRect;


Types


TReadObjectEvent = function(Sender: TObject; const Section,
    Item, Value: string): TObject of object

TWriteObjectEvent = procedure(Sender: TObject; const Section, Item: string;
    Obj: TObject) of object

Constants

idnListItem = 'Item'


Variables