RegisterNoIcon
Registers components that have no icon on the component palette.
Declaration
Source position: classesh.inc line 2392
procedure RegisterNoIcon(ComponentClasses: Array of TComponentClass);
Description
RegisterNoIcon performs the same function as RegisterComponents except that it calls RegisterNoIconProc instead of RegisterComponentsProc
See also
| Name | Description |
|---|---|
| RegisterComponents | Registers components for the component palette. |
| RegisterNoIconProc | Callback procedure used when handling icon-less component registration. |