RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.RegisterNoIconProc Variable

RegisterNoIconProc is called by RegisterNoIcon.

Pascal
RegisterNoIconProc: procedure(const ComponentClasses: array of TComponentClass) = nil;
C++
procedure(const ComponentClasses: array of TComponentClass) RegisterNoIconProc = nil;

Classes

RegisterNoIcon is used to register a set of custom components so that objects from that class can use the Object Inspector. When it is invoked, it expects RegisterNoIconProc to be defined, and will throw an exception if not. If defined, it is invoked to carry out the registration.  

ComponentClasses parameter defines an array of Components to be registered. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!