MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / RecipientEditEnter

Method RecipientEditEnter

source/messprocessframe.cpp:182–190  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

180}
181//---------------------------------------------------------------------------
182void __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//---------------------------------------------------------------------------
192void __fastcall TMessProcessFr::RecipientEditExit(TObject *Sender)
193{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected