Browse Source

Patch from Luiz Americo
* Publish FieldDefs property

git-svn-id: trunk@12286 -

joost 16 years ago
parent
commit
1099eabc87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/sqlite/customsqliteds.pas

+ 1 - 1
packages/fcl-db/src/sqlite/customsqliteds.pas

@@ -240,7 +240,7 @@ type
     property MasterFields: String read GetMasterFields write SetMasterFields;
     property MasterFields: String read GetMasterFields write SetMasterFields;
     
     
     property Active;
     property Active;
-       
+    property FieldDefs;   
     //Events
     //Events
     property BeforeOpen;
     property BeforeOpen;
     property AfterOpen;
     property AfterOpen;