콤보박스의 값 표시 구분자를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
charDelimiter | STRING | 값 표시 구분자 |
Type | Description |
---|---|
BOOL | 정상 처리 여부 |
function btn test_on_mouseup()
{
cbTest.setdisplaydelimiter("/");
screen.alert(cbTest.getdisplaydelimiter());
}