ActiveReports 8
FindOptions Constructor(String,Boolean,Boolean,Boolean)

Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal matchCase As System.Boolean, _
   ByVal wholeWord As System.Boolean, _
   ByVal searchBackward As System.Boolean _
)
public FindOptions( 
   System.string text,
   System.bool matchCase,
   System.bool wholeWord,
   System.bool searchBackward
)

Parameters

text
matchCase
wholeWord
searchBackward
See Also

Reference

FindOptions Class
FindOptions Members
Overload List

Support Forum