화면 » Api

destroyarrayctrlbyname

Description

배열로 생성된 오브젝트를 삭제하는 API이다.

Parameters

Parameters Type Description
strCtrlName STRING 컨트롤 이름
nArrayIndex short 컨트롤의 arrayindex

Return Value

Type Description
BOOL 정상 삭제 여부(true, false)

Example

function btn_destroyarraybyname_on_mouseup() { screen.destroyarrayctrlbyname("btnTest", 1); }

See Also

destroycontrol
destroycontrolbyindex
destroycontrolbyname

Viewer Ver.

9.1.1.1

Update Date

20110413