Explorar o código

* Set defailt value for UniDirectional

git-svn-id: trunk@15489 -
joost %!s(int64=15) %!d(string=hai) anos
pai
achega
01f11e8ada
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-db/src/base/bufdataset.pas

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

@@ -536,7 +536,7 @@ type
     property IndexDefs : TIndexDefs read GetIndexDefs;
     property IndexName : String read GetIndexName write SetIndexName;
     property IndexFieldNames : String read GetIndexFieldNames write SetIndexFieldNames;
-    property UniDirectional: boolean read GetBufUniDirectional write SetBufUniDirectional;
+    property UniDirectional: boolean read GetBufUniDirectional write SetBufUniDirectional default False;
   end;
 
   TBufDataset = class(TCustomBufDataset)