# | Line 350 | Line 350 | begin | |
---|---|---|
350 | SelLength := UTF8Length(Text); | |
351 | end; | |
352 | KeyValue := ListSource.DataSet.FieldByName(KeyField).AsVariant; | |
353 | + | end |
354 | + | else |
355 | + | begin |
356 | + | SelStart := iSelStart; |
357 | + | SelLength := 0; |
358 | end; | |
359 | end; | |
360 | finally | |
# | Line 564 | Line 569 | begin | |
569 | if assigned(FDataLink) then FDataLink.Free; | |
570 | if assigned(FIBLookupControlLink) then FIBLookupControlLink.Free; | |
571 | if assigned(FTimer) then FTimer.Free; | |
572 | + | Application.RemoveAsyncCalls(self); |
573 | inherited Destroy; | |
574 | end; | |
575 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |