Applies to
Declaration
property ApplyKeywords: Boolean;
Description
The ApplyKeywords property controls whether the TPlusMemo or TDBPlusMemo will apply dynamic keyword styling to subsequent text entered. When set to False, no dynamic keyword styling will occur. When True, expressions contained in the list identified by property Keywords will be automatically styled.
You will need to call method ReApplyKeywords after changing this property if you want the change to apply to already existing text. However, at design time property ApplyKeywords has immediate effect on all the text in the component.