Text property is valid in OnChange event (reverted 8198 #d672ec111b completely)

git-svn-id: trunk@8211 -
This commit is contained in:
vincents 2005-11-22 13:59:36 +00:00
parent 57c8f0abe2
commit 3b444c3425

View File

@ -715,10 +715,8 @@ begin
if I >= 0 then
ItemIndex := I
else if (not (csLoading in ComponentState)) then
begin
FItemIndex := -1;
inherited;
end;
inherited;
end;
{------------------------------------------------------------------------------