Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptionsEntry.Name Property

Defines the entry's name.

Syntax

Get

VB.NETString = object.Name As String
VBString = object.Name As String
C#.NETstring String = object.Name;
VC++_bstr_t String = object->Name;
_bstr_t String = object->GetName();
CHRESULT object->get_Name(BSTR* String);

Put

VB.NETobject.Name = String As String
VBobject.Name = String As String
C#.NETstring object.Name = String;
VC++_bstr_t object->Name = String;
void object->PutName(_bstr_t String);
CHRESULT object->put_Name(BSTR String);

object

A SftOptionsEntry object.

String

Defines the entry's name.

Comments

The Name property defines the entry's name.

The entry name is used by the application to refer to the entry (using the Entry property) and is also used to load/save option settings from the location defined by IO.File or IO.Registry.

See Also SftOptionsEntry Object | Object Hierarchy


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