소스 검색

* Fixed bug ID #19290

git-svn-id: trunk@17406 -
michael 14 년 전
부모
커밋
7916d8be55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-db/src/base/db.pas

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

@@ -1685,7 +1685,7 @@ type
     property Active: Boolean read FActive;
     property ActiveRecord: Integer read GetActiveRecord write SetActiveRecord;
     property BOF: Boolean read GetBOF;
-    property BufferCount: Integer read FBufferCount write SetBufferCount;
+    property BufferCount: Integer read GetBufferCount write SetBufferCount;
     property DataSet: TDataSet read GetDataSet;
     property DataSource: TDataSource read FDataSource write SetDataSource;
     property DataSourceFixed: Boolean read FDataSourceFixed write FDataSourceFixed;