Property TWPTextFinder.EndAtSpace : Boolean

Unit: WPRTEDefs
Class: WPRTEDefs.TWPTextFinder

Description

This property restricts the wildcard search to stop when the next space or object is found. Also see with WPRichText1.Finder do begin ToStart; EndAtSpace := TRUE; while Next('http://*') do begin SelectText; WPRichText1.InputHyperlink(FoundText); end; end;