Next Topic

Previous Topic

Book Contents

SetCharacterLimits

SetCharacterLimits(int iArgIndex,int iMaxCharacters,int iMaxVisibleCharacters)

Parameters

  • iArgIndex - Handle returned by AddArgument
  • iMaxCharacters - Max input characters for argument.
  • iMaxVisibleCharacters - Max visible characters, must be equal to or less than iMaxCharacters.

Remarks

The function sets the maximum length of an argument and how many of those characters that are visible in the interface (length of input field).