탭 » Api

getchildshapeinstancefirst

Description

지정한 탭 아이템 안의 화면 디자인시 맨 처음 생성된 도형의 인스턴스를 가져오는 API이다.

Parameters

Parameters Type Description
nTabItem short 탭 아이템 인덱스

Return Value

Type Description
INSTANCE 해당 컨트롤의 instance

Example

function btnGetFirstShape_on_mouseup() { var obj = tabTest.getchildshapeinstancefirst(1); if(factory.isobject(obj) == true) { screen.alert("처음 도형 : " + obj.getname()); } }

See Also

getchildshapeinstancenext

Viewer Ver.

9.1.1.1

Update Date

20110328