TecReplaceItem represents an item in TecReplaceItems collection.
TecReplaceItem = class(TCollectionItem);
ecMultRepl
TecReplaceItem maintains FindText regular expression for search in the text and a corresponding ReplaceText for replace.
|
Topic |
Description |
|
The methods of the TecReplaceItem class are listed here. | |
|
The properties of the TecReplaceItem class are listed here. |
|
Constructor |
|
virtual |
|
Property |
|
TecReplaceItem Methods |
Description |
|
Creates and initializes a TecReplaceItem instance. | |
|
Destroys an instance of TecReplaceItem. | |
|
Checks whether substring at the Pos position in the Text matches regular expression defined in FindText property and replaces it with ReplaceText. |
|
TecReplaceItem Properties |
Description |
|
Specifies a text string containing regular expression for searching in the editor's text. | |
|
Specifies a set of flags. | |
|
Specifies the number of a pass when the item should be replaced. | |
|
Specifies a text for replace. | |
|
Specifies a TecReplaceItems sub collection. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|