Skip to main content

TdxNavBarDefaultStyle.DefaultValues Property

Specifies whether this style’s settings are the default.

Declaration

property DefaultValues: Boolean read; write;

Property Value

Type
Boolean

Remarks

When a TdxNavBarDefaultStyle object is created and initialized to represent a default style, the DefaultValues property is set to True. Once a style property is modified, the DefaultValues property is set to False. After modifications, the default style settings can be restored using the control’s AssignDefaultStyles method. This sets the DefaultValues property back to True.

The DefaultValues property is used internally to determine whether style settings should be stored within the DFM file. If this property value is False, settings are stored. Note: you have no need to access this property in applications.

See Also