File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1436,10 +1436,8 @@ function  TPyDBTable.GetAttrO(key: PPyObject) : PPyObject;
14361436      else  if  l_sUpperKey = ' MODIFIED'   then 
14371437        Result := VariantAsPyObject( l_oTable.Modified )
14381438      else  if  l_sUpperKey = ' ISRANGED'   then 
1439-         //  Ermöglicht das Ermitteln des aktuellen Bereichsfilterungsmodus.
14401439        Result := VariantAsPyObject( l_oTable.IsRanged )
14411440      else  if  l_sUpperKey = ' KEYEXCLUSIVE'   then 
1442-         //  Ermittelt oder setzt die Einbeziehung der niedrigsten und höchsten Werte in einen gefilterten Bereich.
14431441        Result := VariantAsPyObject( l_oTable.KeyExclusive )
14441442      else  if  l_sUpperKey = ' KEYFIELDCOUNT'   then 
14451443        //  Ermittelt oder setzt die Anzahl der in der Bereichsfilterung zu verwendenden Indexfelder
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments