DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
True if the user pressed OK
Prompts user for search and replace text
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public Object SearchAndReplace( ref string SearchText, ref string ReplaceText ) |
Visual Basic |
---|
Public Function SearchAndReplace ( ByRef SearchText As String, ByRef ReplaceText As String ) As Object |
Visual C++ |
---|
public: virtual Object^ SearchAndReplace( String^% SearchText, String^% ReplaceText ) sealed |
Parameters
- SearchText
- Type: System..::..String%
The text to search for
- ReplaceText
- Type: System..::..String%
The text to replace the searched text with
Return Value
Type: ObjectTrue if the user pressed OK