화면 » Api

destroycontrolbyname

Description

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

Parameters

Parameters Type Description
strCtrlName STRING 오브젝트 이름

Return Value

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

Example

function btn_destroycontrolbyname_on_mouseup() { screen.destroycontrolbyname("fldNum"); }

See Also

destroyarraybyname
destroycontrol
destroycontrolbyindex

Viewer Ver.

9.1.1.1

Update Date

20110413