| # | Line 17 | Line 17 | type | |
|---|---|---|
| 17 | private | |
| 18 | FRawListHandlers: TRawListHandlers; | |
| 19 | public | |
| 20 | + | property RawListHandlers: TRawListHandlers read FRawListHandlers; |
| 21 | procedure InsertRawListHandler(ext: String; needed: Boolean; handler: THandler); | |
| 22 | function GetRawList(ConnectionID, FileID: Integer): TRawDataList; | |
| 23 | function GetRawInfo(ConnectionID, FileID, DatOffset: Integer): TRawDataInfo; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |