mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 18:51:31 +02:00
* Deprecated TField.Lookup
git-svn-id: trunk@25772 -
This commit is contained in:
parent
014a4e4653
commit
b7da04b550
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user