트리그리드 » Api

deleteallitems

Description

트리 그리드의 아이템을 모두 삭제하는 API이다.

Return Value

Type Description
BOOL 정상 처리 여부(true, false)

Remark

* 그리드와 멀티라인그리드의 deleteallrows 와 같은 기능이다.

Example

function btn_deleteallitems_on_mouseup() { tgrdTest.deleteallitems(); }

See Also

deleteitem
deleteallcolumn
deleteallcombostringtocolumn
deleteallcombostringtoitem

Viewer Ver.

9.1.1.1

Update Date

20110419