Skip to main content

TdxLayoutLookAndFeelList.Count Property

Returns the number of TdxCustomLayoutLookAndFeel objects in a TdxLayoutLookAndFeelList component.

Declaration

property Count: Integer read;

Property Value

Type
Integer

Remarks

The Count property contains the number of TdxCustomLayoutLookAndFeel objects in the Items array. Since this array is indexed beginning with 0, the Count value is always one greater than the index of the last member in the array.

See Also