스핀넘버 » Api

sethostdataincludedot

Description

숫자필드의 maxlength_includedot 속성 및 hostdata_includedot 속성을 설정하는 API이다.

Parameters

Parameters Type Description
bIncludeDot BOOL maxlength_includedot 속성값
bIncludeDot BOOL hostdata_includedot 속성값

Return Value

Type Description
void 없음

Example

function btn_on_mouseup() { var bHostDataIncludeDot = field.gethostdataincludedot(); if(bHostDataIncludeDot == true) { factory.consoleprint("hostdata_includedot 속성 켜짐"); } else { field.sethostdataincludedot(true); } }

See Also

gethostdataincludedot

Viewer Ver.

9.1.1.1

Update Date

20211224