Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/InputAssistDataModule.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 415 |
function TInputAssistDM.IsDupulicate(Key: String; Category: String): Boolean; |
function TInputAssistDM.IsDupulicate(Key: String; Category: String): Boolean; |
| 416 |
var |
var |
| 417 |
i : Integer; |
i : Integer; |
| 418 |
resWord : TResistWord; |
// resWord : TResistWord; |
| 419 |
begin |
begin |
| 420 |
// このメソッドでは、ソート済みとは限らないので、全てのキーを探索している |
// このメソッドでは、ソート済みとは限らないので、全てのキーを探索している |
| 421 |
Result := False; |
Result := False; |
|
|
Legend:
| Removed from v.1.8 |
|
| changed lines |
| |
Added in v.1.9 |
|
|
|