Browse Source

* Published TIndexDef properties

git-svn-id: trunk@26768 -
michael 11 years ago
parent
commit
44c7b8fd16
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/base/db.pas

+ 1 - 0
packages/fcl-db/src/base/db.pas

@@ -1000,6 +1000,7 @@ type
   public
     constructor Create(Owner: TIndexDefs; const AName, TheFields: string;
       TheOptions: TIndexOptions); overload;
+  published    
     property Expression: string read GetExpression write SetExpression;
     property Fields: string read FFields write FFields;
     property CaseInsFields: string read FCaseinsFields write SetCaseInsFields;