Previous topic

EdIsReadOnly

Next topic

EdLineScroll

This Page

EdLimitTextΒΆ

EdLimitText limits the length of the text the user may enter into an editor.

bool = EdLimitText(hEdit, nLimit)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hEdit

Identifies the editor.

nLimit

nLimit specifies the length of the text that the user can enter.

id-849912