2
0
Эх сурвалжийг харах

Merged revisions 12383 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r12383 | joost | 2008-12-18 18:28:32 +0100 (Thu, 18 Dec 2008) | 1 line

* TField.Lookup shoud not be published, as it is dependent on TField.FieldKind. Bug #12809
........

git-svn-id: branches/fixes_2_2@12420 -

joost 16 жил өмнө
parent
commit
ffc115c391

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

@@ -402,6 +402,7 @@ type
     property FieldNo: Longint read FFieldNo;
     property IsIndexField: Boolean read FIsIndexField;
     property IsNull: Boolean read GetIsNull;
+    property Lookup: Boolean read GetLookup write SetLookup;
     property NewValue: Variant read GetNewValue write SetNewValue;
     property Offset: word read FOffset;
     property Size: Integer read FSize write SetSize;
@@ -423,7 +424,6 @@ type
     property Index: Longint read GetIndex write SetIndex;
     property ImportedConstraint: string read FImportedConstraint write FImportedConstraint;
     property KeyFields: string read FKeyFields write FKeyFields;
-    property Lookup: Boolean read GetLookup write SetLookup;
     property LookupCache: Boolean read FLookupCache write FLookupCache;
     property LookupDataSet: TDataSet read FLookupDataSet write FLookupDataSet;
     property LookupKeyFields: string read FLookupKeyFields write FLookupKeyFields;