트리그리드 » Api

setitemeditingtext

Description

그리드에서 현재 입력중인 아이템의 InputBox에 텍스트를 설정 API이다.

Parameters

Parameters Type Description
strText STRING 현재 입력중인 덱스트

Return Value

Type Description
BOOL 성공/실패 여부

Example

function screen_on_keydown(keycode, bctrldown, bshiftdown, baltdown, bnumpadkey) { if(keycode == 1122) { // 현재 editing모드면.. if(grid.isediting() == true) { grid.setitemeditingtext("123"); } } return 0; }

See Also

getitemeditingtext

Viewer Ver.

9.1.1.1

Update Date

20190516