TdxScreenTipRepository.Items Property
Provides access to a collection of ScreenTips created both at design and runtime.
Declaration
property Items: TdxScreenTipCollection read; write;
Property Value
Type |
---|
TdxScreenTipCollection |
Remarks
This property provides a design-time editor that allows you to manage collection elements and customize their appearance settings. To invoke the collection editor, do one of the following:
Switch to the Object Inspector and click the ellipsis button next to the Items property;
Double-click the repository component residing on a form;
Select Edit… in the repository component’s context menu.
At runtime, you can add a new ScreenTip to the collection using the collection’s Add method. To access individual ScreenTips, use the collection’s Items property.
See Also