| Class TRVStyle (unit RVStyle) |
TComponent
--------------------------------------------------------------
| Constructors |
constructor Create(AOwner: TComponent);--------------------------------------------------------------} { TRVStyle } {--------------------------------------------------------------
| Functions |
function AddTextStyle: Integer;
procedure DeleteTextStyle(Index: Integer);--------------------------------------------------------------
destructor Destroy;
procedure LoadINI(filename, section: String);--------------------------------------------------------------
procedure SaveINI(filename, section: String);--------------------------------------------------------------
function GetTextStyle(Index: Integer): TFontInfo;
procedure SetTextStyles(ATextStyles: TFontInfos);| Properties |
property Color : TColor
property JumpCursor : TCursor
property TextStyles : TFontInfos| Events |
| Variables |
FColor : TColor;
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 : TFontInfosPublished declarations
| Events |
| Variables |
FColor : TColor;Private declarations
FCursor : TCursor;
FTextStyles : TFontInfos;