Browse Source

* Forgot to publish Filter property

git-svn-id: trunk@10089 -
michael 17 years ago
parent
commit
7fb20f0732
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/paradox/paradox.pp

+ 1 - 0
packages/fcl-db/src/paradox/paradox.pp

@@ -104,6 +104,7 @@ type
     Property TableName : String Read GetTableName Write SetTableName;
     Property TargetEncoding : String Read GetTargetEncoding Write SetTargetEncoding;
     Property InputEncoding : String Read GetInputEncoding Write SetInputEncoding;
+    property filter;
     property Filtered;
     Property Active;
     Property FieldDefs;