---------------------------------------------------------------------------
| 180 | } |
| 181 | //--------------------------------------------------------------------------- |
| 182 | void __fastcall TMessProcessFr::RecipientEditEnter(TObject *Sender) |
| 183 | { |
| 184 | TEdit * p = (TEdit *)Sender; |
| 185 | if( p->Text == DefaultRecipient ) |
| 186 | { |
| 187 | p->Text = ""; |
| 188 | p->Font->Color = clWindowText; |
| 189 | } |
| 190 | } |
| 191 | //--------------------------------------------------------------------------- |
| 192 | void __fastcall TMessProcessFr::RecipientEditExit(TObject *Sender) |
| 193 | { |
nothing calls this directly
no outgoing calls
no test coverage detected