Applies to
Declaration
property ApplyStartStopKeys: Boolean;
Description
The ApplyStartStopKeys property controls whether the TPlusMemo or TDBPlusMemo will apply dynamic section formatting to subsequent text entered. When set to False, no dynamic section styling will occur. When True, sections of text comprised between the start and stop keys specified by property StartStopKeys 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 ApplyStartStopKeys has immediate effect on all the text in the component.