To mark a class as component in UnitDoc, set the Type attribute to 'component' as demonstrated below:
<Class Name="TMyClass" Type="Component"> |
(If you have the cursor within the <Class> start-tag in the UnitDoc editor, you can press Ctrl+I to "inspect" the start-tag. There you will se a Type attribute, and a combobox where you can select 'component')
|