스핀넘버 » Api

getmaxlengthincludedot

Description

maxlength_includedot속성값을 반환하는 API입니다.

Return Value

Type Description
BOOL maxlength_includedot 속성값

Example

function btn_on_mouseup() { var bMaxLengthIncludeDot = field.getmaxlengthincludedot(); if(bMaxLengthIncludeDot == true) { factory.consoleprint("maxlength_includedot 속성 켜짐"); } else { field.setmaxlengthincludedot(true); } }

See Also

setcolumnmaxlengthincludedot

Viewer Ver.

9.1.1.1

Update Date

20221114