We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b24e2 commit 215c446Copy full SHA for 215c446
1 file changed
Source/WrapFireDAC.pas
@@ -1436,10 +1436,8 @@ function TPyDBTable.GetAttrO(key: PPyObject) : PPyObject;
1436
else if l_sUpperKey = 'MODIFIED' then
1437
Result := VariantAsPyObject( l_oTable.Modified )
1438
else if l_sUpperKey = 'ISRANGED' then
1439
- // Ermöglicht das Ermitteln des aktuellen Bereichsfilterungsmodus.
1440
Result := VariantAsPyObject( l_oTable.IsRanged )
1441
else if l_sUpperKey = 'KEYEXCLUSIVE' then
1442
- // Ermittelt oder setzt die Einbeziehung der niedrigsten und höchsten Werte in einen gefilterten Bereich.
1443
Result := VariantAsPyObject( l_oTable.KeyExclusive )
1444
else if l_sUpperKey = 'KEYFIELDCOUNT' then
1445
// Ermittelt oder setzt die Anzahl der in der Bereichsfilterung zu verwendenden Indexfelder
0 commit comments