Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs._FlatProperties Property

Defines whether properties are stored as a flat list in a property bag.

Syntax

Get
VBBoolean = object._FlatProperties As Boolean
Put
VBobject._FlatProperties = Boolean As Boolean

object

A SftTabs object.

Boolean

Defines whether properties are stored as a flat list in a property bag.

BooleanDescription
TrueThe SftTabs/OCX properties are stored as a flat list if a property bag is used (IPropertyBag interface).
FalseThe SftTabs/OCX properties are stored as objects if a property bag is used (IPropertyBag interface). This is the default and the recommended setting.

Comments

The _FlatProperties property defines whether properties are stored as a flat list in a property bag.

The _FlatProperties property can be used with development tools that do not properly save objects in a property bag (IPropertyBag interface). Visual Basic fully supports objects in property bags or uses the IStream interface. The _FlatProperties property should be set to False (the default).

See Also SftTabs Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.