Changeset 346
- Timestamp:
- Jun 2, 2009, 8:56:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/NewView/HelpFile.pas ¶
r342 r346 308 308 FUNCTION TIndex.GetTopic(aPos: longint): TTopic; 309 309 begin 310 result := T Topic(entries.Objects[aPos]);310 result := TIndexEntry(entries.Objects[aPos]).getTopic; 311 311 end; 312 312 … … 387 387 ReadHeader; 388 388 ReadContents; 389 // ReadIndex;390 389 ReadDictionary; 391 390 ReadFontTableData; … … 617 616 begin 618 617 if _Index = nil then 618 begin 619 619 ReadIndex; 620 end; 620 621 Result := _Index; 621 622 end;
Note:
See TracChangeset
for help on using the changeset viewer.