TdxCustomAdorners.Items Property
In This Article
Provides zero-based indexed access to UI adorner elements.
#Declaration
Delphi
property Items[Index: Integer]: TdxCustomAdorner read; write; default;
#Property Value
Type |
---|
Tdx |
#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