[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Callback procedure used when handling component registration.
Source position: classesh.inc line 1775
var RegisterComponentsProc: procedure( |
const Page: String; |
ComponentClasses: array of TComponentClass |
); |
RegisterComponentsProc can be set by an IDE to be notified when new components are being registered. Application programmers should never have to set RegisterComponentsProc
|
Callback procedure used when handling iconless component registration. |
|
|
Registers components for the component palette. |
lazarus-ccr.sourceforge.net |