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