* Set defailt value for UniDirectional

git-svn-id: trunk@15489 -
This commit is contained in:
joost 2010-06-28 19:17:52 +00:00
parent 469106629c
commit 01f11e8ada

View File

@ -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)