Click or drag to resize

EditWindow.TextLimit Property (Typed)

X#
A numeric value representing the maximum number of characters the edit window can hold.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY SELF[
	nChars AS LONG
] AS USUAL SET 
Request Example View Source

Parameters

nChars
Type: Long

Property Value

Type: Usual
A numeric value representing the maximum number of characters the edit window can hold.
Remarks
A numeric value representing the maximum number of characters the edit window can hold. A value of 0 indicates that there is no limit being imposed. If the limit specified is less than the size of the text already in the buffer, the existing text is truncated.
See Also