instruction
stringlengths 21
57
⌀ | output
stringlengths 3
1.48k
⌀ |
---|---|
폼(Form)의 Method중 CheckCertPwdWithDN의 예제를 알려줘 | CheckCertPwdWithDN(sDn, sJuminNum, sInputPW) |
폼(Form)의 Method중 SetTimerEvent의 기능을 설명해줘 | 타이머 발생\n- nID: 타이머 ID\n- bSet: 1:Set 0:Cancel\n- nSec: 시간 |
폼(Form)의 Method중 SetTimerEvent의 예제를 알려줘 | SetTimerEvent(nID, bSet, nSec) |
폼(Form)의 Method중 GetParentFormDispatch의 기능을 설명해줘 | Parent Form의 Dispatch를 얻고자 할 때 사용. LinkForm에서 자신의 Parent Form의 Dispatch를 얻고자 할 때 사용\n- 원형: IDispatch* GetParentFormDispatch()\n- 반환값: IDispatch*, Dispatch\n- 인자값: 없음 |
폼(Form)의 Method중 GetParentFormDispatch의 예제를 알려줘 | Dispatch = Form1.GetParentFormDispatch() |
폼(Form)의 Method중 SetCalendarMemo의 기능을 설명해줘 | 기기 일정 등록\n- sYYYYMMDD: 일정 일자\n- sTitle: 일정 제목\n- sStartDay: 일정 시작일\n- sEndDay: 일정 종료일\n- sAlramDay: 알람일자\n- sMeMo: 일정 내용 |
폼(Form)의 Method중 SetCalendarMemo의 예제를 알려줘 | SetCalendarMemo(sYYYYMMDD, sTitle, sStartDay, sEndDay, sAlramDay, sMeMo) |
폼(Form)의 Event중 OnActiveReload의 기능을 알려줘 | 리로딩시 발생되는 이벤트 |
폼(Form)의 Event중 OnCertAuthCode의 기능을 알려줘 | 공인인증 인증번호 요청 완료시 발생되는 이벤트 |
폼(Form)의 Event중 OnCertComplete의 기능을 알려줘 | 공인인증 복사 완료시 발생되는 이벤트 |
폼(Form)의 Event중 OnChangeOrientation의 기능을 알려줘 | 폰의 방향이 바뀔때 발생하는 이벤트 (nOrientation 0:세로모드 1:가로모드) |
폼(Form)의 Event중 OnCommonDialogReturn의 기능을 알려줘 | OpenCommonDialog에 의해 띄운 다이얼로그에서 값을 리턴할 때 발생하는 이벤트 |
폼(Form)의 Event중 OnEnvChanged의 기능을 알려줘 | 환경설정 변경시 호출되는 이벤트 |
폼(Form)의 Event중 OnFormClose의 기능을 알려줘 | Form을 닫을 때 발생 |
폼(Form)의 Event중 OnFormInit의 기능을 알려줘 | 화면 초기화 후 |
폼(Form)의 Event중 OnFormInitBefore의 기능을 알려줘 | 화면 초기화 전 |
폼(Form)의 Event중 OnLinkData의 기능을 알려줘 | 연결정보 발생시 이벤트 |
폼(Form)의 Event중 OnMsgBoxClose의 기능을 알려줘 | MsgBox에 의해 띄운 메시지박스 닫힐때 발생하는 이벤트
‘sKeyName’ = msgBox의 sKeyName 인자 값
‘sRet’ = msgBox의 nType이
(0 인 경우) ‘close을 return
(1 인 경우) ‘확인’ 는 ‘ok’ , ‘취소’ 는 ‘cancel’을 return
(2 인 경우) ‘예’ 는 ‘ok’ , ‘아니오’ 는 ‘cancel’을 return
(3 인 경우) ‘확인’ 는 “” 을 return |
폼(Form)의 Event중 OnPopupReturn의 기능을 알려줘 | OpenDialog나 OpenPopup에 의해 띄운 화면에서 값을 리턴할 때 발생하는 이벤트 |
폼(Form)의 Event중 OnRefresh의 기능을 알려줘 | 화면이 다시 재조회 되어야 할때 발생하는 이벤트 |
폼(Form)의 Event중 OnSlideEvent의 기능을 알려줘 | 슬라이드 이벤트 |
폼(Form)의 Event중 OnTimerEvent의 기능을 알려줘 | 타이머 발생시 이벤트 |
폼(Form)의 Event중 OnTriggerEvent의 기능을 알려줘 | Trigger Call에 의해서 발생하는 이벤트 |
null | null |
null | null |
null | null |
null | null |
null | null |
null | null |
null | null |
null | null |
null | null |
null | null |
Subsets and Splits