mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* Make codepage property public in TFieldDef
git-svn-id: trunk@42965 -
This commit is contained in:
parent
d25820b830
commit
32a551d470
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user