help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

TReplaceFlags

Flags for StringReplace function

Declaration

Source position: sysstrh.inc line 33

type TReplaceFlags = set of (

  rfReplaceAll,

  

Replace all occurrences of the search string with the replacement string.

  rfIgnoreCase

  

Search case insensitive.

);

Description

TReplaceFlags determines the behaviour of the StringReplace function.

See also

StringReplace

  

Replace occurrences of one substring with another in a string.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505