Talk:How to Write a Lazarus Component

From Lazarus wiki
Revision as of 14:30, 15 July 2014 by Chrkl (talk | contribs) (moved Talk:How To Write Lazarus Component to Talk:How to Write a Lazarus Component: more grammatical title)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To link an icon, it is also necessary to add LResources unit to the uses clause, and to add {$I TCustomControl1.lrs} to the body of the Register procedure.