[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_main.pas line 110
type TfpgFontResource = class(TfpgFontResourceImpl) |
protected |
FFontDesc: String; |
FRefCount: Integer; |
public |
constructor Create(); |
function IncRefCount; |
function DecRefCount; |
property FontDesc: String; [r] |
end; |
| |
TfpgFontResourceImpl |
? |
TObject |