| Class TFontInfos (unit RVStyle) |
TCollection
--------------------------------------------------------------
| Constructors |
constructor Create;| Functions |
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);| Properties |
property Items : TFontInfo| Events |
| Variables |
| Constructors |
constructor Create;--------------------------------------------------------------} { TFontInfos } {--------------------------------------------------------------
| Functions |
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);-------------------------------------------------------------
| Properties |
property Items : TFontInfo| Events |
| Variables |