EdSetTabStopsΒΆ

EdSetTabStops sets the tab stops in the editor.

bool = EdSetTabStops(hEdit, nTabStops)

Return Value

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

Parameters

hEdit

Identifies the editor.

nTabStops

nTabStops is a number between 1 and 16.

id-1397277