화면 » Api
  
getgridiomaptext
  
Description
트랜 맵의 스타일이 입력박스일 때 입력된 숫자를 반환하는 API이다.SOFTBASE
  
  
Parameters
  
    
      | Parameters | 
      Type | 
      Description | 
    
  
  
        
    
        | bInputMap | 
        BOOL | 
 	입출력 여부(true, false) | 
      
    
    
        | strMapID | 
        STRING | 
 	맵 ID | 
      
    
    
        | lCtrlID | 
        long | 
 	그리드 컨트롤 ID | 
      
    
    
        | nMapIndex | 
        short | 
 	그리드 맵 Index | 
      
  
  
Return Value
  
    
      | Type | 
      Description | 
    
  
  
    
      | STRING | 
      맵 인덱스의 Text | 
    
  
Remark
* 트랜 맵의 스타일이 체크 박스가 아닌 입력박스 일때 그리드 오브젝트의 입력박스에 입력된     숫자를 반환하는 API
* 파라미터
  Bool : bInputMap(입출력 여부)
  String : strMapID(맵 ID)
  Long : lCtrlID(그리드컨트롤ID)
  Short : nMapIndex(그리드 맵 인덱스)
  
 
  
Example
function btn_getgridiomaptext_on_mouseup()
{
	var mapText = screen.getgridiomaptext(true,"AAAAAA",0,1);
	fld_H.settext(mapText);
}
  
See Also
getgridiomapcolumn
getgridiomapcount
  
Viewer Ver.
9.1.1.1
  
Update Date
 20240510