<div dir="ltr"><div class="gmail_extra">If it wasn't clear, here are the EXAMPLE units which define and register an inheritable form.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Example note form:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://github.com/sysrpl/dockedform/blob/master/docknotefrm.pas" target="_blank">https://github.com/sysrpl/dock<wbr>edform/blob/master/docknotefrm<wbr>.pas</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">The logic of the registration code:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://github.com/sysrpl/dockedform/blob/master/dockerformdesign.pas" target="_blank">https://github.com/sysrpl/dock<wbr>edform/blob/master/dockerformd<wbr>esign.pas</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Usage:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">procedure Register;</div><div class="gmail_extra">begin</div><div class="gmail_extra">  RegisterForm(TDockNoteForm, 'Note Form', 'A form to take notes', 'DockNoteFrm');</div><div class="gmail_extra">end;</div></div><div class="gmail_extra"><br></div></div>