화면 » Api

destroycontrol

Description

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

Parameters

Parameters Type Description
nCtrlID short 컨트롤 ID

Return Value

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

Example

function btn_destroycontrol_on_mouseup() { screen.destroycontrol(1); }

See Also

destroyarraybyname
destroycontrolbyindex
destroycontrolbyname

Viewer Ver.

9.1.1.1

Update Date

20110413