Skip to main content

TdxBars.GetUniqueToolbarName(string) Method

Returns a unique name for a toolbar.

Declaration

function GetUniqueToolbarName(const ABaseName: string): string;

Parameters

Name Type
ABaseName string

Returns

Type
string

Remarks

This method is called to provide a unique name for a toolbar. The BaseName parameter determines the initial name. If this name is already unique, it is returned without changes. If there is a toolbar with the same name, the appropriate numeral is added at the end of the BaseName string.

See Also