Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ResPopupBrowser.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 462 |
// ギコナビのフォーカスを奪ってるのでフォームに無理やり返す |
// ギコナビのフォーカスを奪ってるのでフォームに無理やり返す |
| 463 |
Blur; |
Blur; |
| 464 |
// 自分で自分は消せないので、メッセージ経由で消してもらう |
// 自分で自分は消せないので、メッセージ経由で消してもらう |
| 465 |
PostMessage( GikoForm.Handle , USER_RESPOPUPCLEAR, Integer( Self ), 0 ); |
PostMessage( GikoForm.Handle , USER_POPUPCLEAR, Integer( Self ), 0 ); |
| 466 |
Result := True; |
Result := True; |
| 467 |
end; |
end; |
| 468 |
initialization |
initialization |
|
|
Legend:
| Removed from v.1.9 |
|
| changed lines |
| |
Added in v.1.10 |
|
|
|