RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TIsUniqueGlobalComponentName Type

TIsUniqueGlobalComponentName is a type of function used by IsUniqueGlobalComponentName.

Pascal
TIsUniqueGlobalComponentName = function (const Name: string): Boolean;
C++
(const Name: string): Boolean ( TIsUniqueGlobalComponentName)();

TIsUniqueGlobalComponentName is a type cast of the IsUniqueGlobalComponentName function.  

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!