mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* Set defailt value for UniDirectional
git-svn-id: trunk@15489 -
This commit is contained in:
parent
469106629c
commit
01f11e8ada
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user