[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Callback procedure used when handling component registration.
Source position: classesh.inc line 2073
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. |