Description


Include file: xmlesear.h

Overview

XMLESearch is a helping class for searching/replacing text in a XMultiLineEdit.

Functions

GetReplaceItem

Parameters

XString * buffer

Remarks

Query the item which is to insert

GetSearchItem

Parameters

XString * buffer

Remarks

Query the item which is to search

GetStartPoint

Return-Value

LONG startPoint

Remarks

Query the point where the search starts.

SetCaseSensitive

Parameters

BOOL case TRUE=case sensitive, FALSE=not case sensitive

Remarks

Set if the search is case-sensitive

SetReplaceAll

Parameters

BOOL case TRUE=replace all, FALSE=not for all

Remarks

Set if replacing should be done for all found strings

SetReplaceItem

Parameters

char * item the string to replace with

Remarks

Set the string to replace with

SetSearchEndPoint

Parameters

LONG point where to stop search (-1=search overall)

Remarks

Set the point where to end the search

SetSearchItem

Parameters

char * item the string to search

Remarks

Set the string to search for

SetStartPoint

Parameters

LONG point

Remarks

Set the point where to start


This document was generated by Jens von Pilgrim's Autodoc