Skip to main content

TdxScreenTipCollection.Repository Property

Represents the ScreenTip repository.

Declaration

property Repository: TdxScreenTipRepository read;

Property Value

Type
TdxScreenTipRepository

Remarks

A ScreenTip repository is a component used for storing information on control ScreenTips.

It wraps the ScreenTip collection (see the repository’s Items property) and provides the following ScreenTip-specific settings:

  • DescriptionFont property – represents font settings for a descriptive text displayed in the ScreenTip window’s description section.

  • FooterFont property – represents font settings for a descriptive text displayed in the ScreenTip window’s footer section.

  • HeaderFont property – represents font settings for a descriptive text displayed in the ScreenTip window’s header section.

  • AssignedFonts property – activates font settings specified by the above properties.

  • ShowDescription property – specifies whether to show an enhanced ScreenTip.

StandardFooter property – provides settings for a ScreenTip window’s footer section common to a number of ScreenTips. To apply settings specified by this property to a particular ScreenTip, set the ScreenTip’s UseStandardFooter property to True.

See Also