|
@@ -315,6 +315,7 @@ type
|
|
|
procedure SetReadOnly(const AValue: Boolean);
|
|
|
procedure SetVisible(const AValue: Boolean);
|
|
|
function IsDisplayStored : Boolean;
|
|
|
+ function IsDisplayWidthStored: Boolean;
|
|
|
function GetLookupList: TLookupList;
|
|
|
procedure CalcLookupValue;
|
|
|
protected
|
|
@@ -429,7 +430,7 @@ type
|
|
|
property ConstraintErrorMessage: string read FConstraintErrorMessage write FConstraintErrorMessage;
|
|
|
property DefaultExpression: string read FDefaultExpression write FDefaultExpression;
|
|
|
property DisplayLabel : string read GetDisplayName write SetDisplayLabel stored IsDisplayStored;
|
|
|
- property DisplayWidth: Longint read GetDisplayWidth write SetDisplayWidth;
|
|
|
+ property DisplayWidth: Longint read GetDisplayWidth write SetDisplayWidth stored IsDisplayWidthStored;
|
|
|
property FieldKind: TFieldKind read FFieldKind write FFieldKind;
|
|
|
property FieldName: string read FFieldName write FFieldName;
|
|
|
property HasConstraints: Boolean read FHasConstraints;
|