TdxLayoutLookAndFeelList.Items Property
In This Article
Provides indexed access to registered look & feel styles.
#Declaration
Delphi
property Items[Index: Integer]: TdxCustomLayoutLookAndFeel read; default;
#Property Value
Type |
---|
Tdx |
#Remarks
The number of styles in the Items array is specified by the Count property.
See Also