Skip to main content

TdxLayoutLookAndFeelDefs Members

Contains a list of registered look & feel classes.

Properties

Name Description
Count

Returns the count of the registered look & feel classes.

Descritpion

Use the Count property to access the number of look & feel classes in the Items property list.

Items

Provides indexed access to registered look & feel classes.

Descritpion

The number of existing look & feel types in the Items array is specified by the Count property.

Methods

Name Description
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetItemByDescription(string)

Returns a look & feel class by its description.

Descritpion

Use the GetItemByDescription method to access the class represented by a specific look & feel type. This method returns the class whose Description property is equal to the Value parameter passed to it.

Register(TdxCustomLayoutLookAndFeelClass)

Registers a new look & feel class.

Descritpion

Call the Register method to register a new look & feel class using the TdxLayoutLookAndFeelList component.

ToString Inherited from TObject.
Unregister(TdxCustomLayoutLookAndFeelClass)

Unregisters a specified look & feel class.

Descritpion

Call the Unregister method to unregister the registered look & feel class passed as the AClass parameter.

See Also