[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpreport.pp line 325
type TFPReportFont = class(TPersistent) |
public |
constructor Create; virtual; |
procedure Assign(); override; |
published |
property Name: string; [rw] |
property Size: Integer; [rw] |
property Color: TFPReportColor; [rw] |
end; |
| |
TObject |