Show / Hide Table of Contents

Class NSLocalizedField

Carrier object for LocalizedField.

Syntax

Constructors

NSLocalizedField()

Initializes a new instance of the NSLocalizedField class.

Introduced or updated in version: 7

Declaration
NSLocalizedField

Methods

GetAddressType()

Introduced or updated in version: 7

Declaration
String GetAddressType()
Returns
Type Description
String

GetLabel()

Introduced or updated in version: 7

Declaration
String GetLabel()
Returns
Type Description
String

The label of the field.

GetName()

Introduced or updated in version: 7

Declaration
String GetName()
Returns
Type Description
String

Name of the value field.

GetTooltip()

Introduced or updated in version: 7

Declaration
String GetTooltip()
Returns
Type Description
String

The tooltip.

GetValue()

Introduced or updated in version: 7

Declaration
String GetValue()
Returns
Type Description
String

The field's value.

GetValueLength()

Introduced or updated in version: 7

Declaration
Integer GetValueLength()
Returns
Type Description
Integer

Database length of the value.

SetAddressType(String)

Introduced or updated in version: 7

Declaration
Void SetAddressType(String type)
Parameters
Type Name Description
String type
Returns
Type Description
Void

SetLabel(String)

Introduced or updated in version: 7

Declaration
Void SetLabel(String label)
Parameters
Type Name Description
String label

The label of the field.

Returns
Type Description
Void

SetName(String)

Introduced or updated in version: 7

Declaration
Void SetName(String name)
Parameters
Type Name Description
String name

Name of the value field.

Returns
Type Description
Void

SetTooltip(String)

Introduced or updated in version: 7

Declaration
Void SetTooltip(String tooltip)
Parameters
Type Name Description
String tooltip

The tooltip.

Returns
Type Description
Void

SetValue(String)

Introduced or updated in version: 7

Declaration
Void SetValue(String value)
Parameters
Type Name Description
String value

The field's value.

Returns
Type Description
Void

SetValueLength(Integer)

Introduced or updated in version: 7

Declaration
Void SetValueLength(Integer length)
Parameters
Type Name Description
Integer length

Database length of the value.

Returns
Type Description
Void
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top