* Deprecated TField.Lookup

git-svn-id: trunk@25772 -
This commit is contained in:
michael 2013-10-14 08:05:38 +00:00
parent 014a4e4653
commit b7da04b550

View File

@ -410,7 +410,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 Lookup: Boolean read GetLookup write SetLookup; deprecated;
property NewValue: Variant read GetNewValue write SetNewValue;
property Offset: word read FOffset;
property Size: Integer read FSize write SetSize;