멀티라인그리드 » Api
setcolumnmaxlengthkeyin
Description
그리드 특정 컬럼의 maxlength_keyin 속성값을 설정하는 API이다.
Parameters
Parameters |
Type |
Description |
nSubRow |
short |
서브로우 인덱스 |
nColumn |
short |
컬럼 인덱스 |
nMaxLengthKeyIn |
short |
auto_skip 속성값 |
Return Value
Type |
Description |
BOOL |
정상 적용 여부(true, false) |
Example
function btn_on_mouseup()
{
var maxlength_keyin, ret;
// 1번째 컬럼의 maxlength_keyin 속성을 0:default로 설정
maxlength_keyin = grd.getcolumnmaxlengthkeyin(0, 1);
if (maxlength_keyin != 0) {
ret = grd.setcolumnmaxlengthkeyin(0, 1, 0);
}
}
See Also
getcolumnmaxlengthkeyin
Viewer Ver.
23.10.16.1
Update Date
20231016