---------------------------------------------------------------------------
| 6 | |
| 7 | //--------------------------------------------------------------------------- |
| 8 | TMessStyle::TMessStyle() |
| 9 | { |
| 10 | TextColor = clBlack; |
| 11 | BackgroundColor = clWhite; |
| 12 | bBold = false; |
| 13 | bItalic = false; |
| 14 | bUnderline = false; |
| 15 | } |
| 16 | //--------------------------------------------------------------------------- |
| 17 | void TMessStyle::Save(XMLElementEx * p) |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected