소스 검색

fcl-db/dbase: Hide Visual Foxpro _NULLFLAGS from user.

git-svn-id: trunk@24268 -
reiniero 12 년 전
부모
커밋
4ee7ea2ea3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-db/src/dbase/dbf.pas

+ 1 - 1
packages/fcl-db/src/dbase/dbf.pas

@@ -1108,7 +1108,7 @@ begin
       FieldDefs[lFieldDefCount].Attributes := [Db.faHiddenCol];
 {$else}
     // Poor man's way of hiding fields that shouldn't be shown/modified:
-    // Note: Visual Foxpro seems to allow adding another _NULLFLAGS field
+    // Note: Visual Foxpro seems to allow adding another _NULLFLAGS field.
     // todo: test this with lockfield, then add this (TempFieldDef.IsLockField)
     if (TempFieldDef.IsSystemField) then
     begin