Unicode Controls & Classes for VB6 - Version 4

clsFileIniEx.AllowTabs Property

Gets or sets the ability to include spaces and tabs chars in the Values of rows

Syntax
Public Property Get AllowTabs () As Boolean
Public Property Let AllowTabs (ByRef b As Boolean)
Parameters
Parameter Description
ByRef b As Boolean True for enabling Tags, False otherwise
Remarks