팩토리 » Api

xplussendcopydata

Description

윈도우 메세지 WM_COPYDATA를 원하는 윈도우로 전송할 수 있는 API

Parameters

Parameters Type Description
strWndTitle STRING 메세지받은 윈도우 타이틀
strCommand STRING 메세지 주고받을 App간 약속한 Command
strSendData STRING 전송할 데이터

Return Value

Type Description
BOOL 성공/실패 여부

Remark

전용 브라우저 환경에서만 동작합니다.

Example

function btnSendData1_on_mouseup(objInst) { var nResult = factory.xplussendcopydata("xframe_recvwnd", "open", "001003"); }

See Also

xplusstartcopydatawnd

Viewer Ver.

9.1.1.1

Update Date

20220222