[Lazarus] Sparta Form Designer change
Anthony Walter
sysrpl at gmail.com
Thu Jul 20 03:32:19 CEST 2017
If it wasn't clear, here are the EXAMPLE units which define and register an
inheritable form.
Example note form:
https://github.com/sysrpl/dockedform/blob/master/docknotefrm.pas
The logic of the registration code:
https://github.com/sysrpl/dockedform/blob/master/dockerformdesign.pas
Usage:
procedure Register;
begin
RegisterForm(TDockNoteForm, 'Note Form', 'A form to take notes',
'DockNoteFrm');
end;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20170719/d4c2dace/attachment.html>
More information about the Lazarus
mailing list