--- oup/rewrite/Global/RawList.pas 2007/02/20 20:43:29 101 +++ oup/current/Global/RawList.pas 2007/02/21 03:12:33 109 @@ -17,6 +17,7 @@ type private FRawListHandlers: TRawListHandlers; public + property RawListHandlers: TRawListHandlers read FRawListHandlers; procedure InsertRawListHandler(ext: String; needed: Boolean; handler: THandler); function GetRawList(ConnectionID, FileID: Integer): TRawDataList; function GetRawInfo(ConnectionID, FileID, DatOffset: Integer): TRawDataInfo;