TextEditor.TabIndent (gb.form.editor)
Property TabIndent As Boolean
Return or set if the ident is made of tab characters.
If this property is
TRUE
, each indentation uses one
"\t"
character.
If this property is
FALSE
, each indentation uses the number of space characters defined by the
TabSize property.