지정한 아이템이 하위 아이템들을 가지고 있을 경우 트리 리스트가 펼쳐져 있는지 여부를 가져오는 API이다.
Parameters | Type | Description |
---|---|---|
lItem | long | 트리 아이템 |
Type | Description |
---|---|
BOOL | 펼침 여부(true, false) |
function btn_isitemexpanded_on_mouseup()
{
screen.alert("펼침 여부 : " + trTest.isitemexpanded(trTest.getrootitem()));
}