Edit.TextLimit Property (Typed) | |
A numeric value representing the maximum number of characters this edit control can hold.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextLimit AS LONG GET SET
public virtual int TextLimit { get; set; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the maximum number of characters this edit control can hold.
Remarks
A numeric value representing the maximum number of characters this edit control 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