Changeset 72 for trunk/NewView/HelpTopic.pas
- Timestamp:
- Feb 8, 2007, 9:14:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/HelpTopic.pas
r66 r72 176 176 property Title: string read GetTitle write SetTitle; 177 177 property TitlePtr: pstring read GetTitlePtr; 178 178 179 procedure SetTitleFromMem( const p: pointer; const Len: byte ); 179 180 180 // Main function for retrieving text for topic. 181 181 // HighlightSequences: list of sequences to highlight … … 222 222 procedure SaveToIPF( Var f: TextFile; 223 223 ImageOffsets: TList ); 224 225 public226 224 227 225 Links: TList; // only valid after GetText
Note:
See TracChangeset
for help on using the changeset viewer.