Skip to main content

TdxBarManager.CategoryVisible Property

Specifies whether a particular category is visible.

Declaration

property CategoryVisible[AIndex: Integer]: Boolean read; write;

Property Value

Type
Boolean

Remarks

A category is contained in the bar manager’s Categories zero-based indexed collection. An end-user can access a category through the bar manager’s Customization Form. Use the CategoryVisible property to specify whether the category defined by the AIndex parameter is visible in the Customization Form at runtime. If the value of this property is True, the category is visible in the list of categories in the Customization Form and can be modified.

If the category does not exist, this property returns False.

Refer to the Customization Form - Category Modify topic to find out how to specify the CategoryVisible property at design time.

At design time all the categories are always visible in the Customization Form.

See Also