|
@@ -192,6 +192,7 @@ type
|
|
property CharSize: Word read GetCharSize;
|
|
property CharSize: Word read GetCharSize;
|
|
property InternalCalcField: Boolean read FInternalCalcField write FInternalCalcField;
|
|
property InternalCalcField: Boolean read FInternalCalcField write FInternalCalcField;
|
|
property Required: Boolean read FRequired write SetRequired;
|
|
property Required: Boolean read FRequired write SetRequired;
|
|
|
|
+ Property Codepage : TSystemCodePage Read FCodePage;
|
|
Published
|
|
Published
|
|
property Attributes: TFieldAttributes read FAttributes write SetAttributes default [];
|
|
property Attributes: TFieldAttributes read FAttributes write SetAttributes default [];
|
|
property DataType: TFieldType read FDataType write SetDataType;
|
|
property DataType: TFieldType read FDataType write SetDataType;
|