mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 19:49:46 +02:00
* lookup property published but not stored. Doesn't change much, but less trouble when opening/dualmaintaining delphi forms.
git-svn-id: trunk@42467 -
This commit is contained in:
parent
a670360d08
commit
ed2dbc19e7
@ -428,7 +428,6 @@ type
|
||||
property FieldNo: Longint read FFieldNo;
|
||||
property IsIndexField: Boolean read FIsIndexField;
|
||||
property IsNull: Boolean read GetIsNull;
|
||||
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;
|
||||
@ -455,6 +454,7 @@ type
|
||||
property LookupDataSet: TDataSet read FLookupDataSet write FLookupDataSet;
|
||||
property LookupKeyFields: string read FLookupKeyFields write FLookupKeyFields;
|
||||
property LookupResultField: string read FLookupResultField write FLookupResultField;
|
||||
property Lookup: Boolean read GetLookup write SetLookup stored false; deprecated;
|
||||
property Origin: string read FOrigin write FOrigin;
|
||||
property ProviderFlags : TProviderFlags read FProviderFlags write FProviderFlags;
|
||||
property ReadOnly: Boolean read FReadOnly write SetReadOnly;
|
||||
|
Loading…
Reference in New Issue
Block a user