그리드 특정 아이템의 최대 데이터 입력 길이를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nRow | long | 로우 인덱스 |
nSubRow | short | 서브로우 인덱스 |
nColumn | short | 컬럼 인덱스 |
nMaxLength | short | 최대 입력 자릿수 |
Type | Description |
---|---|
void | 없음 |
function btn_on_mouseup()
{
grd.setitemmaxlength(0, 0, 0, 15);
}