Show / Hide Table of Contents

Class NSLocalizedField

Carrier object for LocalizedField.

Syntax

Constructors

NSLocalizedField()

Initializes a new instance of the NSLocalizedField class.

Declaration
NSLocalizedField

Methods

GetAddressType()

Carrier object for LocalizedField.

Declaration
String GetAddressType()
Returns
Type Description
String

GetLabel()

Carrier object for LocalizedField.

Declaration
String GetLabel()
Returns
Type Description
String

The label of the field.

GetName()

Carrier object for LocalizedField.

Declaration
String GetName()
Returns
Type Description
String

Name of the value field.

GetTooltip()

Carrier object for LocalizedField.

Declaration
String GetTooltip()
Returns
Type Description
String

The tooltip.

GetValue()

Carrier object for LocalizedField.

Declaration
String GetValue()
Returns
Type Description
String

The field's value.

GetValueLength()

Carrier object for LocalizedField.

Declaration
Integer GetValueLength()
Returns
Type Description
Integer

Database length of the value.

SetAddressType(String)

Carrier object for LocalizedField.

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

SetLabel(String)

Carrier object for LocalizedField.

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

The label of the field.

Returns
Type Description
Void

SetName(String)

Carrier object for LocalizedField.

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

Name of the value field.

Returns
Type Description
Void

SetTooltip(String)

Carrier object for LocalizedField.

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

The tooltip.

Returns
Type Description
Void

SetValue(String)

Carrier object for LocalizedField.

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

The field's value.

Returns
Type Description
Void

SetValueLength(Integer)

Carrier object for LocalizedField.

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

Database length of the value.

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