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;
1436
1436
else if l_sUpperKey = ' MODIFIED' then
1437
1437
Result := VariantAsPyObject( l_oTable.Modified )
1438
1438
else if l_sUpperKey = ' ISRANGED' then
1439
- // Ermöglicht das Ermitteln des aktuellen Bereichsfilterungsmodus.
1440
1439
Result := VariantAsPyObject( l_oTable.IsRanged )
1441
1440
else if l_sUpperKey = ' KEYEXCLUSIVE' then
1442
- // Ermittelt oder setzt die Einbeziehung der niedrigsten und höchsten Werte in einen gefilterten Bereich.
1443
1441
Result := VariantAsPyObject( l_oTable.KeyExclusive )
1444
1442
else if l_sUpperKey = ' KEYFIELDCOUNT' then
1445
1443
// Ermittelt oder setzt die Anzahl der in der Bereichsfilterung zu verwendenden Indexfelder
You can’t perform that action at this time.
0 commit comments