Просмотр исходного кода

* Disabled the TField.Size check again for version 2.2.2, because I foresee still too many problems with third party TDataset-components

git-svn-id: branches/fixes_2_2@11302 -
joost 17 лет назад
Родитель
Сommit
bf78467166
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/fcl-db/src/base/db.pas

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

@@ -404,7 +404,7 @@ type
     property IsNull: Boolean read GetIsNull;
     property NewValue: Variant read GetNewValue write SetNewValue;
     property Offset: word read FOffset;
-    property Size: Word read FSize write SetSize;
+    property Size: Word read FSize write FSize;
     property Text: string read GetEditText write SetEditText;
     property ValidChars : TFieldChars Read FValidChars;
     property Value: variant read GetAsVariant write SetAsVariant;