-
EditC++ Builder/Control 2019. 4. 17. 16:59
NumbersOnly // true
@OnExit 이벤트 속성에서
//---------------------------------------------------------------------------
void __fastcall TTempleF::edIdExit(TObject *Sender)
{
if(edId->Text.Length()<10){
MessageBox(Handle, L"아이디 숫자 10자리를 하세요", L"사찰 등록", 0);
edId->SetFocus();
}
}//---------------------------------------------------------------------------
숫자 10자리미만 입력시 포커스를 다시 edId로
728x90'C++ Builder > Control' 카테고리의 다른 글
ListBox (0) 2020.02.07 Ribbon (0) 2019.03.08 Form (0) 2019.03.04 ActionManager (0) 2019.02.22 #MaskEdit (0) 2019.01.17 댓글