[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: colortxt.pas line 45
type TColoredText = object(TStaticText) |
Attr: Byte; |
constructor Init(); |
constructor Load(); |
function GetTheColor; virtual; |
procedure Draw; virtual; |
procedure Store(); |
end; |
| |
| |
| |
TObject |