[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: mseskin.pas line 251
type tskinfontalias = class(townedpersistent) |
public |
constructor create(); override; |
published |
property name: string; [rw] |
property alias: string; [rw] |
property ancestor: string; [rw] |
property mode: fontaliasmodety; [rw] |
property height: Integer; [rw] |
property width: Integer; [rw] |
property options: fontoptionsty; [rw] |
property xscale: real; [rw] |
end; |
| |
| |
| |
tpersistent |
? |
TObject |