TdxCustomAdorners.Items Property
Provides zero-based indexed access to UI adorner elements.
Declaration
property Items[Index: Integer]: TdxCustomAdorner read; write; default;
Property Value
Type |
---|
TdxCustomAdorner |
Remarks
Use this property to access an individual adorner element by passing its index within the collection as the Index parameter. The maximum index is calculated as the Count property value minus one.
See Also