Procházet zdrojové kódy

* Make codepage property public in TFieldDef

git-svn-id: trunk@42965 -
michael před 5 roky
rodič
revize
32a551d470
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      packages/fcl-db/src/base/db.pas

+ 1 - 0
packages/fcl-db/src/base/db.pas

@@ -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;