[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

RegisterNoIcon

Registers components that have no icon on the component palette.

Declaration

Source position: classesh.inc line 1599

procedure RegisterNoIcon(

  ComponentClasses: array [] of TComponentClass

);

Description

RegisterNoIconperforms the same function as RegisterComponentsexcept that it calls RegisterNoIconProcinstead of RegisterComponentsProc

See also

RegisterNoIconProc

  

Callback procedure used when handling iconless component registration.

RegisterComponents

  

Registers components for the component palette.