On Exit On Enter

void __fastcall TForm1::Edit1Enter(TObject *Sender)
{
Edit1->Color = clYellow;
}
//---------------------------------------------------------------------------
void __fastcall TForm1::Edit1Exit(TObject *Sender)
{
Edit1->Color = clWindow;
}

浙公网安备 33010602011771号