mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 05:45:59 +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 IndexDefs : TIndexDefs read GetIndexDefs;
|
||||||
property IndexName : String read GetIndexName write SetIndexName;
|
property IndexName : String read GetIndexName write SetIndexName;
|
||||||
property IndexFieldNames : String read GetIndexFieldNames write SetIndexFieldNames;
|
property IndexFieldNames : String read GetIndexFieldNames write SetIndexFieldNames;
|
||||||
property UniDirectional: boolean read GetBufUniDirectional write SetBufUniDirectional;
|
property UniDirectional: boolean read GetBufUniDirectional write SetBufUniDirectional default False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
TBufDataset = class(TCustomBufDataset)
|
TBufDataset = class(TCustomBufDataset)
|
||||||
|
Loading…
Reference in New Issue
Block a user