<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[TImage::OnMouseMove - von public zu protected? (war: TImage::OnMouseMove)]]></title><description><![CDATA[<p>Hi ich versuche in einer vererbten Klasse<br />
einen Event zu protecten</p>
<pre><code class="language-cpp">class CBullMemo : public TImage
{
protected:
    TImage::OnMouseMove;
private:
    ...blablabla
}
</code></pre>
<p>Und bekomme folgenden Fehler</p>
<p>[C++ Fehler] CBullMemo.h(19): E2009 Es wurde versucht, Zugriffsrechte auf 'TImage::OnMouseMove' zu erhöhen oder zu vermindern</p>
<p>Wie kann ich erreichen, dass man von aussen nicht mehr auf das Image-Mousemove Ereignis zugreifen kann</p>
<p><strong>Edit:</strong><br />
Bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/123605/timage-onmousemove-von-public-zu-protected-war-timage-onmousemove</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Jul 2026 11:33:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/123605.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Oct 2005 12:11:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TImage::OnMouseMove - von public zu protected? (war: TImage::OnMouseMove) on Tue, 18 Oct 2005 18:52:57 GMT]]></title><description><![CDATA[<p>Hi ich versuche in einer vererbten Klasse<br />
einen Event zu protecten</p>
<pre><code class="language-cpp">class CBullMemo : public TImage
{
protected:
    TImage::OnMouseMove;
private:
    ...blablabla
}
</code></pre>
<p>Und bekomme folgenden Fehler</p>
<p>[C++ Fehler] CBullMemo.h(19): E2009 Es wurde versucht, Zugriffsrechte auf 'TImage::OnMouseMove' zu erhöhen oder zu vermindern</p>
<p>Wie kann ich erreichen, dass man von aussen nicht mehr auf das Image-Mousemove Ereignis zugreifen kann</p>
<p><strong>Edit:</strong><br />
Bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/895051</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/895051</guid><dc:creator><![CDATA[Trulli]]></dc:creator><pubDate>Tue, 18 Oct 2005 18:52:57 GMT</pubDate></item><item><title><![CDATA[Reply to TImage::OnMouseMove - von public zu protected? (war: TImage::OnMouseMove) on Tue, 18 Oct 2005 13:55:53 GMT]]></title><description><![CDATA[<p>Gar nicht !!!<br />
Was einmal freigegeben ist (public), kann NICHT wieder versteckt werden.<br />
da hilft nur, von einer 'vorherigen' Komponente abzuleiten.</p>
<p>Das sind meist die Customxxx- Dinger.<br />
Bei TImage hat es aber keine - wenigstens beim BCB 4</p>
]]></description><link>https://www.c-plusplus.net/forum/post/895169</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/895169</guid><dc:creator><![CDATA[DerAltenburger]]></dc:creator><pubDate>Tue, 18 Oct 2005 13:55:53 GMT</pubDate></item><item><title><![CDATA[Reply to TImage::OnMouseMove - von public zu protected? (war: TImage::OnMouseMove) on Wed, 19 Oct 2005 13:25:38 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>TImage erbt OnMouseMove von TControl. Da ist dieser Event auch protected. Ein neues TImage von TControl abzuleiten halte ich aber für zu großen Aufwand.</p>
<p>Ciao</p>
]]></description><link>https://www.c-plusplus.net/forum/post/896098</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/896098</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Wed, 19 Oct 2005 13:25:38 GMT</pubDate></item><item><title><![CDATA[Reply to TImage::OnMouseMove - von public zu protected? (war: TImage::OnMouseMove) on Wed, 19 Oct 2005 13:50:51 GMT]]></title><description><![CDATA[<p>du könntest deine kompo <strong>protected</strong> erben lassen von <strong>TImage</strong>.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/896138</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/896138</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Wed, 19 Oct 2005 13:50:51 GMT</pubDate></item></channel></rss>