Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ExternalThreadItem.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 225 |
threadItem.AgeSage := TGikoAgeSage( param ); |
threadItem.AgeSage := TGikoAgeSage( param ); |
| 226 |
tipURL: // : string // スレッドをブラウザで表示する際の URL |
tipURL: // : string // スレッドをブラウザで表示する際の URL |
| 227 |
threadItem.URL := string( PChar( param ) ); |
threadItem.URL := string( PChar( param ) ); |
| 228 |
tipFilePath: // : string // このスレが保存されているパス |
//tipFilePath: // : string // このスレが保存されているパス |
| 229 |
threadItem.FilePath := string( PChar( param ) ); |
// threadItem.FilePath := string( PChar( param ) ); |
| 230 |
end; |
end; |
| 231 |
|
|
| 232 |
end; |
end; |
|
|
Legend:
| Removed from v.1.12 |
|
| changed lines |
| |
Added in v.1.12.4.1 |
|
|
|