그리드 » Api

getheaderishostdata

Description

헤더에 들어갈 데이터를 호스트로부터 수신받을지 여부를 반환하는 API이다.

Return Value

Type Description
BOOL 그리드 헤더 데이터 수신 여부(true, false)

Remark

* 보통은 그리드의 컬럼 데이터를 수신받으나, 업무에 따라 그리드 헤더에 들어갈 이름도 수신된 데이터로 세팅할 수 있다.

Example

function btn_getheaderishostdata_on mouseup() { screen.alert("그리드헤더데이터수신여부 : "+ grid.getheaderishostdata()); }

Viewer Ver.

9.1.1.1

Update Date

20110222