<div dir="ltr"><div dir="ltr"><div dir="ltr">On Fri, Oct 15, 2021 at 3:10 PM Sven Barth via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Non-static class methods *do* have a Self parameter, but it's the class type and not the class instance. They can also be virtual, which is a really great feature of the Object Pascal language (I often miss that at work where I use C++). They are also assignment compatible to method variables ("of object"). <br></div></div></div><div dir="auto"><br></div><div dir="auto">Static methods on the other hand don't have a Self parameter, can't be virtual and are assignment compatible to normal procedure variables. </div></div></blockquote><div><br></div><div>Ok, right.</div><div>I confess I never used "static" with class procedures/functions. Thanks for the info.</div><div><br></div><div>Juha</div><div><br></div></div></div></div>