[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'HTMw' (#powtils_main) |
Source position: htmw.pas line 497
type THtmLinkStyle = record |
link: record |
color: String; |
underline: Boolean; |
bold: Boolean; |
size: String; |
end; |
hoverlink: record |
color: String; |
underline: Boolean; |
bold: Boolean; |
size: String; |
end; |
activelink: record |
color: String; |
underline: Boolean; |
bold: Boolean; |
size: String; |
end; |
visitedlink: record |
color: String; |
underline: Boolean; |
bold: Boolean; |
size: String; |
end; |
end; |
No notes exist for this page yet.