JVCL Help:TJvFindReplace.ReplaceAll

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Replaces all text in EditControl.


Pascal

 procedureReplaceAll(constSearchText: string; constReplaceText: string); virtual;


Parameters

Parameters Description
const SearchText: string The text to find.
const ReplaceText: string The text to replace with.


Description

Call ReplaceAll to start a search and replace on the complete content of EditControl.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page