이미지박스 » Api

getparentscrinstance

Description

해당 컨트롤이 포함되어 있는 부모 화면의 인스턴스를 가져오는 API이다.

Return Value

Type Description
INSTANCE 부모 화면의 인스턴스

Example

function btn_getparentscrinstance_on_mouseup() { var scrParent = fldNormal.getparentscrinstance(); screen.alert("날 포함하고 있는 화면의 타이틀은 [" + scrParent.getscreentitle() + "] 입니다"); }

Viewer Ver.

9.1.1.1

Update Date

20110406