117 |
|
procedure CheckAndInsert; |
118 |
|
procedure DoEnter; override; |
119 |
|
procedure DoExit; override; |
120 |
< |
{$if lcl_fullversion >= 2000000} |
120 |
> |
{$if lcl_fullversion >= 2000003} |
121 |
|
{Deferred update changes in Lazarus 2.0 stop the combo box working when |
122 |
|
the datasource is nil. We thus have to reverse out the changes :(} |
123 |
|
function DoEdit: boolean; override; |
586 |
|
FModified := false; |
587 |
|
end; |
588 |
|
|
589 |
< |
{$if lcl_fullversion >= 2000000} |
589 |
> |
{$if lcl_fullversion >= 2000003} |
590 |
|
type |
591 |
|
|
592 |
|
{ THackedCustomComboBox } |