[fpc-pascal] where is the IsUniqueGlobalComponentName method. (part 2)
Sam Washkansky
sam.washkansky at gmail.com
Tue Jan 16 10:20:55 CET 2007
Hi guys,
Here is some extra info about the IsUniqueGlobalComponentName method it was
taken from the Delphi 7 help file.
"Indicates whether a proposed component name is unambiguous.
Unit
Classes
Category
streaming utilities
Delphi syntax:
function IsUniqueGlobalComponentName(const Name: string): Boolean;
C++ syntax:
extern PACKAGE bool __fastcall (const AnsiString Name);
Description
IsUniqueGlobalComponentName returns true if the name specified by Name is
not currently used by any component on any form, data module, or other
top-level container component. IsUniqueGlobalComponentName returns false if
another component is already using Name (in which case, references to the
component should be qualified by the root object's name."
--
Regards
Sam Washkansky
Tel:+27+823738257
email:sam.washkansky at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20070116/0f5aaf5f/attachment.html>
More information about the fpc-pascal
mailing list