화면 » Api

destroycontrolbyindex

Description

화면에 생성된 오브젝트를 in_index로 찾아 삭제하는 API이다.

Parameters

Parameters Type Description
nCtrlIndex short 컨트롤의 in_Index

Return Value

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

Example

function btn_destroycontrolbyindex_on_mouseup() { screen.destroycontrolbyindex(9); }

See Also

destroyarraybyname
destroycontrol
destroycontrolbyname

Viewer Ver.

9.1.1.1

Update Date

20110413