그리드 » Api

setbacktext

Description

그리드 back_text 속성값을 설정하는 API이다.

Parameters

Parameters Type Description
strText STRING back_text 속성값

Return Value

Type Description
BOOL 정상 처리 여부

Example

// objInst는 컴포넌트 인스턴스 function TestSetBackImage(objInst) { if (grd.getbacktext() == "") { grd.setbacktext("New Back Text"); } }

See Also

getbacktext

Viewer Ver.

24.5.23.1

Update Date

20240523