-
# OnKeyPress //키를 눌렀을때 ex)void __fastcall TForm1::edShowKeyPress(TObject *Sender, System::WideChar &Key) {if(Key == VK_RETURN){ //엔터키를 눌렀을때btShowClick(Sender);// btShow 버튼 클릭 (Sender or NULL)}}