RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.IsUniqueGlobalComponentNameProc Variable

IsUniqueGlobalComponentNameProc is called by IsUniqueGlobalComponentName.

Pascal
IsUniqueGlobalComponentNameProc: TIsUniqueGlobalComponentName;
C++
TIsUniqueGlobalComponentName IsUniqueGlobalComponentNameProc;

Classes

IsUniqueGlobalComponentName is used to determine whether a proposed component name is already used on any component on any form, data module, or other top-level container component.  

If IsUniqueGlobalComponentNameProc is defined, it is invoked by IsUniqueGlobalComponentName in place of this checking process. 

 

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