54 |
|
FOwner: TIBLookupComboEditBox; |
55 |
|
protected |
56 |
|
procedure ActiveChanged; override; |
57 |
< |
{$if lcl_fullversion < 2000003} |
57 |
> |
{$if lcl_fullversion < 2000000} |
58 |
|
procedure DataEvent(Event: TDataEvent; Info: Ptrint); override; |
59 |
|
{$endif} |
60 |
|
procedure RecordChanged(Field: TField); override; |
181 |
|
FOwner.ActiveChanged(self) |
182 |
|
end; |
183 |
|
|
184 |
< |
{$if lcl_fullversion < 2000003} |
184 |
> |
{$if lcl_fullversion < 2000000} |
185 |
|
procedure TIBLookupComboDataLink.DataEvent(Event: TDataEvent; Info: Ptrint); |
186 |
|
begin |
187 |
|
inherited DataEvent(Event, Info); |
640 |
|
{$ifend} |
641 |
|
|
642 |
|
{$if lcl_fullversion = 2000002} |
643 |
< |
procedure UTF8KeyPress(var UTF8Key: TUTF8Char); override; |
643 |
> |
procedure TIBLookupComboEditBox.UTF8KeyPress(var UTF8Key: TUTF8Char); |
644 |
|
begin |
645 |
|
if DataSource = nil then |
646 |
< |
THackedCustomComboBox(self).UTF8KeyPress(UTF8Key) |
646 |
> |
THackedCustomComboBox(self).CallUTF8KeyPress(UTF8Key) |
647 |
|
else |
648 |
|
inherited; |
649 |
|
end; |