[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.IManageFmtInput.IncrementValue

IncrementValue Method

IncrementValue(string, int, object, bool, object, out string, out int)

Increments or decrements (dependent on sign of "incrAmt") the value represented by the text.

Declaration
bool IncrementValue(string currText, int position, object incrAmt, bool wrapValueFlag, object initValueIfBlank, out string resultText, out int resultCaretPos)
Function IncrementValue(currText As String, position As Integer, incrAmt As Object, wrapValueFlag As Boolean, initValueIfBlank As Object, ByRef resultText As String, ByRef resultCaretPos As Integer) As Boolean
Parameters
Type Name Description
string currText

Current text string

int position

Position index

object incrAmt

Amount to increment

bool wrapValueFlag

Whether to wrap to multiple lines

object initValueIfBlank

Initial value if blank

string resultText

Result text string

int resultCaretPos

Result input position

Returns
Type Description
bool