콤보박스 » Api

getdelimiter

Description

콤보박스의 코드와 코맨트를 구분하는 구분자를 반환하는 API이다.

Return Value

Type Description
STRING 코드 구분자값

Remark

* 콤보박스의 combobox_data 등록창에서 구분자를 설정할 수 있다.

Example

function btnGetdelimiter_on_mouseup() { screen.alert(cbTest.getdelimiter()); }

Viewer Ver.

9.1.1.1

Update Date

20110324