화면 » Api
  
getiomapobjattribute
  
Description
트랜맵의 특정 컴포넌트의 트랜맵 속성을 반환하는 API이다.
  
  
Parameters
  
    
      | Parameters | 
      Type | 
      Description | 
    
  
  
        
    
        | strMapID | 
        STRING | 
 	트란맵 ID | 
      
    
    
        | lCtrlID | 
        long | 
 	오브젝트 컨트롤 ID | 
      
  
  
Return Value
  
    
      | Type | 
      Description | 
    
  
  
    
      | STRING | 
      속성 Text | 
    
  
Remark
* 속성 텍스트 설명
  O:선택
  M:필수
  X:잠금
  H:숨기기
  D:비활성
  
 
  
Example
function btn_getiomapobjattribute_on_mouseup()
{
	var ObjmapAttribute = screen.getiomapobjattribute("AAAAAA",4);
	fld_H.settext(ObjmapAttribute);
}
  
See Also
getiomapcount
getiomapobjcontrolid
getiomaptext
  
Viewer Ver.
9.1.1.1
  
Update Date
 20240510