TdxLayoutLookAndFeelDefs.GetItemByDescription(string) Method
Returns a registered look & feel class by description.
Declaration
function GetItemByDescription(const Value: string): TdxCustomLayoutLookAndFeelClass;
Parameters
| Name | Type | Description |
|---|---|---|
| Value | string | The target look & feel class description. |
Returns
| Type | Description |
|---|---|
| TdxCustomLayoutLookAndFeelClass | The reference to the target class. |
See Also