|
@@ -46,7 +46,7 @@ Type
|
|
|
|
|
|
// The actual unicode search record
|
|
// The actual unicode search record
|
|
TUnicodeSearchRec = Record
|
|
TUnicodeSearchRec = Record
|
|
- Time : Int64;
|
|
|
|
|
|
+ Time : Int64 deprecated 'use TimeStamp instead';
|
|
Size : Int64;
|
|
Size : Int64;
|
|
Attr : Longint;
|
|
Attr : Longint;
|
|
Name : UnicodeString;
|
|
Name : UnicodeString;
|
|
@@ -65,7 +65,7 @@ Type
|
|
end;
|
|
end;
|
|
|
|
|
|
TRawbyteSearchRec = Record
|
|
TRawbyteSearchRec = Record
|
|
- Time : Int64;
|
|
|
|
|
|
+ Time : Int64 deprecated 'use TimeStamp instead';
|
|
Size : Int64;
|
|
Size : Int64;
|
|
Attr : Longint;
|
|
Attr : Longint;
|
|
Name : RawByteString;
|
|
Name : RawByteString;
|