| 206 |
tipRound: // : Boolean // 巡回フラグ |
tipRound: // : Boolean // 巡回フラグ |
| 207 |
threadItem.Round := Boolean( param ); |
threadItem.Round := Boolean( param ); |
| 208 |
tipRoundName: // : string // 巡回名 |
tipRoundName: // : string // 巡回名 |
| 209 |
threadItem.RoundName := string( PChar( param ) ); |
//threadItem.RoundName := string( PChar( param ) ); |
| 210 |
|
threadItem.RoundName := PChar( param ); |
| 211 |
tipIsLogFile: // : Boolean // ログ存在フラグ |
tipIsLogFile: // : Boolean // ログ存在フラグ |
| 212 |
threadItem.IsLogFile := Boolean( param ); |
threadItem.IsLogFile := Boolean( param ); |
| 213 |
tipKokomade: // : Integer // ココまで読んだ番号 |
tipKokomade: // : Integer // ココまで読んだ番号 |
| 226 |
threadItem.AgeSage := TGikoAgeSage( param ); |
threadItem.AgeSage := TGikoAgeSage( param ); |
| 227 |
tipURL: // : string // スレッドをブラウザで表示する際の URL |
tipURL: // : string // スレッドをブラウザで表示する際の URL |
| 228 |
threadItem.URL := string( PChar( param ) ); |
threadItem.URL := string( PChar( param ) ); |
| 229 |
tipFilePath: // : string // このスレが保存されているパス |
//tipFilePath: // : string // このスレが保存されているパス |
| 230 |
threadItem.FilePath := string( PChar( param ) ); |
// threadItem.FilePath := string( PChar( param ) ); |
| 231 |
end; |
end; |
| 232 |
|
|
| 233 |
end; |
end; |
| 296 |
// 引数を分解 |
// 引数を分解 |
| 297 |
res := GikoSys.DivideStrLine( string( inDatRes ) ); |
res := GikoSys.DivideStrLine( string( inDatRes ) ); |
| 298 |
if AnsiCompareStr( string( inDatRes ) , '' ) <> 0 then begin |
if AnsiCompareStr( string( inDatRes ) , '' ) <> 0 then begin |
| 299 |
res.FBody := GikoSys.AddAnchorTag( res.FBody ); |
res.FBody := GikoSys.DeleteLink(res.FBody); |
| 300 |
res.FBody := GikoSys.ConvRes( res.FBody, threadItem.ParentBoard.BBSID, ChangeFileExt( threadItem.FileName, '' ), 'bbs', 'key', 'st', 'to', 'nofirst', 'true'); |
res.FBody := GikoSys.AddAnchorTag( res.FBody ); |
| 301 |
|
res.FBody := GikoSys.ConvRes( res.FBody, threadItem.ParentBoard.BBSID, ChangeFileExt( threadItem.FileName, '' ), 'bbs', 'key', 'st', 'to', 'nofirst', 'true'); |
| 302 |
|
|
| 303 |
no := IntToStr( inResNo ); |
no := IntToStr( inResNo ); |
| 304 |
|
|