* Make codepage property public in TFieldDef

git-svn-id: trunk@42965 -
This commit is contained in:
michael 2019-09-09 07:17:39 +00:00
parent d25820b830
commit 32a551d470

View File

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