<div dir="ltr">On Sat, Mar 3, 2012 Martin <span dir="ltr"><<a href="mailto:lazarus@mfriebe.de">lazarus@mfriebe.de</a>></span> wrote:<br>> Create the SynCompletion with an owner. Any owner will do.<br><br>Thank you Martin.<br>
<br>It is created it in global object i cant have an owner, but i resolved it by inherit it with override this OwnedByEditor function<br><br>function TmneSynCompletion.OwnedByEditor: Boolean;<br>begin<br> Result := False;<br>
end;<br><br><div class="gmail_quote">>Actually, if you added as the synedit, then only the last should destroy it<br>Not sure in fact.<br></div><br><div dir="ltr">Best Regards<br><br>Zaher Dirkey</div><br>
</div>