해당 컨트롤이 포함되어 있는 부모 화면의 인스턴스를 가져오는 API이다.
Type | Description |
---|---|
INSTANCE | 부모 화면의 인스턴스 |
function btn_getparentscrinstance_on_mouseup()
{
var scrParent = fldNormal.getparentscrinstance();
screen.alert("날 포함하고 있는 화면의 타이틀은 [" + scrParent.getscreentitle() + "] 입니다");
}