postponed handle creation until component is loaded (issue #1333)

git-svn-id: trunk@7965 -
This commit is contained in:
vincents 2005-10-14 13:42:40 +00:00
parent 59f061c29a
commit 0a4cd42e15

View File

@ -2890,7 +2890,7 @@ begin
Result:=(Visible
or ((csDesigning in ComponentState)
and not (csNoDesignVisible in ControlStyle)))
and not (csReadingState in ControlState);
and not (csLoading in ComponentState);
end;
{------------------------------------------------------------------------------