스핀넘버 » Api

gethostdataincludedot

Description

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

Return Value

Type Description
BOOL hostdata_includedot 속성값

Example

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

See Also

sethostdataincludedot

Viewer Ver.

9.1.1.1

Update Date

20211224