Correzioni per campi memo
git-svn-id: svn://10.65.10.50/trunk@1468 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
0c260857f2
commit
ac635052c6
@ -17,7 +17,8 @@ enum TReclock { _unlock = 0x1000, _nolock = 0x2000, _lock = 0x4000,
|
||||
enum TDirtype { _nordir, _comdir } ;
|
||||
enum TDirop { _nordirop, _sysdirop };
|
||||
enum TFieldtypes { _nullfld, _alfafld, _intfld, _longfld, _realfld,
|
||||
_datefld, _wordfld, _charfld, _boolfld , _intzerofld, _longzerofld} ;
|
||||
_datefld, _wordfld, _charfld, _boolfld , _intzerofld, _longzerofld,
|
||||
_memofld} ;
|
||||
enum TIsamop { _isfirst = 0x0, _islast = 0x1, _isnext= 0x2,
|
||||
_isprev = 0x4, _iscurr = 0x8, _isequal = 0x10,
|
||||
_isgreat = 0x20, _isgteq = 0x40, _isnextn = 0x100,
|
||||
|
Loading…
x
Reference in New Issue
Block a user