Class TFontInfos (unit RVStyle) |
Inherits from
TCollection
--------------------------------------------------------------
constructor Create;
- --------------------------------------------------------------} { TFontInfos } {--------------------------------------------------------------
function Add: TFontInfo;
-------------------------------------------------------------
procedure AddFont(Name: TFontName; Size: Integer;
Color: TColor; Style:TFontStyles);
-------------------------------------------------------------
procedure Delete(Index: Integer);
-------------------------------------------------------------
function GetItem(Index: Integer): TFontInfo;
-------------------------------------------------------------
procedure SetItem(Index: Integer; Value: TFontInfo);
-------------------------------------------------------------
property Items : TFontInfo
constructor Create;
--------------------------------------------------------------} { TFontInfos } {--------------------------------------------------------------
function Add: TFontInfo;
-------------------------------------------------------------
procedure AddFont(Name: TFontName; Size: Integer;
Color: TColor; Style:TFontStyles);
-------------------------------------------------------------
procedure Delete(Index: Integer);
-------------------------------------------------------------
function GetItem(Index: Integer): TFontInfo;
-------------------------------------------------------------
procedure SetItem(Index: Integer; Value: TFontInfo);
-------------------------------------------------------------
property Items : TFontInfo