Sets the properties of the bus entry.
	  	
	  
		
	    	
	    	|  Syntax: | 
|---|
	    	
	            | DlxBusentry.SetEntryFlags(flags) | 
	    	
	     
	    
		Parameters
      
		
		
			
				
					
						| Parameter | Description | 
					
						| flags | Specify a combination of the following values: 
						
							| DlxApp.BUSENTRYFLAGS_DEFAULT | Default settings. (BUSENTRYFLAGS_SHOWNAME|BUSENTRYFLAGS_VNAME|BUSENTRYFLAGS_UPDATETEXT) |  
							| DlxApp.BUSENTRYFLAGS_SHOWNAME | Determines whether the pin name is visible. |  
							| DlxApp.BUSENTRYFLAGS_VNAME | Specifies the orientation of the name when the pin is placed vertically. |  
							| DlxApp.BUSENTRYFLAGS_UPDATETEXT | Indicates whether the name should be repositioned automatically when the pin is rotated. |  | 
				
			 
		 	    
		      
		Return Value
		If the operation ends correctly, it returns true otherwise it returns false.
		
	Example
	
		
			
				|  |  Copy code | 
			
				| 
 | 
		
	 
	    
		See also