TdxScreenTipCollection.Items Property
Provides indexed access to the ScreenTip at the position specified by the zero-based Index parameter.
Declaration
property Items[Index: Integer]: TdxScreenTip read; write; default;
Property Value
Type |
---|
TdxScreenTip |
Remarks
The collection contains control ScreenTips created both at design and run-time.
See Also