浏览代码

* Make validchar writable, Mantis #23002, patch by Anton

git-svn-id: trunk@22498 -
marco 13 年之前
父节点
当前提交
37ed624706
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-db/src/base/db.pas

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

@@ -415,7 +415,7 @@ type
     property Offset: word read FOffset;
     property Offset: word read FOffset;
     property Size: Integer read FSize write SetSize;
     property Size: Integer read FSize write SetSize;
     property Text: string read GetEditText write SetEditText;
     property Text: string read GetEditText write SetEditText;
-    property ValidChars : TFieldChars Read FValidChars;
+    property ValidChars : TFieldChars read FValidChars write FValidChars;
     property Value: variant read GetAsVariant write SetAsVariant;
     property Value: variant read GetAsVariant write SetAsVariant;
     property OldValue: variant read GetOldValue;
     property OldValue: variant read GetOldValue;
     property LookupList: TLookupList read GetLookupList;
     property LookupList: TLookupList read GetLookupList;