Class TRVStyle (unit RVStyle)

Inherits from

TComponent

--------------------------------------------------------------

Constructors


constructor Create(AOwner: TComponent);

Public declarations

--------------------------------------------------------------} { TRVStyle } {--------------------------------------------------------------



Functions

function AddTextStyle: Integer;

--------------------------------------------------------------

procedure DeleteTextStyle(Index: Integer);

returns index of new style

--------------------------------------------------------------


destructor Destroy;

--------------------------------------------------------------

procedure LoadINI(filename, section: String);

WARNING: before saving all section will be removed

--------------------------------------------------------------


procedure SaveINI(filename, section: String);

removes NONSTANDARD text style

--------------------------------------------------------------


function GetTextStyle(Index: Integer): TFontInfo;

--------------------------------------------------------------

procedure SetTextStyles(ATextStyles: TFontInfos);

--------------------------------------------------------------

Properties

property Color : TColor


property JumpCursor : TCursor


property TextStyles : TFontInfos

Published declarations

Events

Variables

FColor : TColor;

Private declarations

FCursor : TCursor;


FTextStyles : TFontInfos;



Constructors


constructor Create(AOwner: TComponent);

Public declarations

--------------------------------------------------------------} { TRVStyle } {--------------------------------------------------------------


Functions


function AddTextStyle: Integer;

--------------------------------------------------------------


procedure DeleteTextStyle(Index: Integer);

returns index of new style

--------------------------------------------------------------


destructor Destroy;

--------------------------------------------------------------


procedure LoadINI(filename, section: String);

WARNING: before saving all section will be removed

--------------------------------------------------------------


procedure SaveINI(filename, section: String);

removes NONSTANDARD text style

--------------------------------------------------------------


function GetTextStyle(Index: Integer): TFontInfo;

--------------------------------------------------------------


procedure SetTextStyles(ATextStyles: TFontInfos);

--------------------------------------------------------------


Properties


property Color : TColor


property JumpCursor : TCursor


property TextStyles : TFontInfos

Published declarations


Events


Variables


FColor : TColor;

Private declarations


FCursor : TCursor;


FTextStyles : TFontInfos;