TdxScreenTipRepository.StandardFooter Property
Specifies footer settings common to a number of ScreenTips.
Declaration
property StandardFooter: TdxScreenTipFooterBand read; write;
Property Value
Type |
---|
TdxScreenTipFooterBand |
Remarks
Each ScreenTip contains footer information provided by the proprietary Footer property. Some ScreenTips can contain standard footer information. In order to avoid repetition, you can specify footer information using the StandardFooter property. To display this information in specific ScreenTips, set their UseStandardFooter property to True.
See Also