Skip to main content

TdxLayoutLookAndFeelDefs.GetItemByDescription(string) Method

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.

Declaration

function GetItemByDescription(const Value: string): TdxCustomLayoutLookAndFeelClass;

Parameters

Name Type
Value string

Returns

Type
TdxCustomLayoutLookAndFeelClass
See Also