Skip to main content

TdxBar.IsPredefined Property

Determines whether a toolbar was created by an end-user or was defined programmatically.

Declaration

property IsPredefined: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if the settings of the current toolbar were defined programmatically and were not loaded from the registry or an INI file. In this instance, the current toolbar cannot be deleted or renamed. If the settings of the current toolbar were loaded from the registry or an INI file, its IsPredefined property returns False.

See Also