TdxLayoutLookAndFeelDefs Members
#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 |
Inherited from TObject. |
Get |
Inherited from TObject. |
Get |
Returns a look & feel class by its description. Descritpion Use the Get |
Register |
Registers a new look & feel class. Descritpion Call the Register method to register a new look & feel class using the Tdx |
To |
Inherited from TObject. |
Unregister |
Unregisters a specified look & feel class. Descritpion Call the Unregister method to unregister the registered look & feel class passed as the AClass parameter. |