TFontInfo.ModifiedProperties

<< Click to display table of contents >>

TFontInfo.ModifiedProperties

This property may contain a list of properties not defined in style templates of this style.

property ModifiedProperties: TRVFontInfoProperties;

(introduced in version 14)

This property is used only if style templates are used.

This is a redundant property: the difference in properties is determined not by this property, but by the actual difference in values of properties of this style and its style template(s).

This property is ignored when searching for or comparing text styles.

Some methods may change value of this property, so do not use this property to store any information. Value of this property should be calculated just before using.

See also properties:

StyleTemplateId;

ParaStyleTemplateId.

See also properties of TParaInfo:

ModifiedProperties.

See also methods of TRVStyleTemplate:

UpdateModifiedTextStyleProperties;

ApplyToTextStyle (contains an example).