Skip to main content

TdxLayoutLookAndFeelDefs Methods

Contains a list of registered look & feel classes.
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