FMX.Forms.IDesignerHook.UniqueName
Delphi
function UniqueName(const BaseName: string): string;
C++
virtual System::UnicodeString __fastcall UniqueName(const System::UnicodeString BaseName) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | IDesignerHook |
Description
Generates a unique name from a specified base string.
Implement UniqueName in order to automatically generate a unique name for a component. Specify the base string for the name through the BaseName parameter.