RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.IsUniqueGlobalComponentNameProc Variable

IsUniqueGlobalComponentNameProc is called by IsUniqueGlobalComponentName.

Pascal
IsUniqueGlobalComponentNameProc: TIsUniqueGlobalComponentName;
C++
TIsUniqueGlobalComponentName IsUniqueGlobalComponentNameProc;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!