Class NSLocalizedField

Carrier object for LocalizedField.

Constructors

NSLocalizedField()

Initializes a new instance of the NSLocalizedField class.

Declaration

NSLocalizedField

Methods

GetAddressType()

Declaration

String GetAddressType()

Returns

Type Description
String

GetLabel()

Declaration

String GetLabel()

Returns

Type Description
String The label of the field.

GetName()

Declaration

String GetName()

Returns

Type Description
String Name of the value field.

GetTooltip()

Declaration

String GetTooltip()

Returns

Type Description
String The tooltip.

GetValue()

Declaration

String GetValue()

Returns

Type Description
String The field's value.

GetValueLength()

Declaration

Integer GetValueLength()

Returns

Type Description
Integer Database length of the value.

SetAddressType(String)

Declaration

Void SetAddressType(String type)

Parameters

Type Name Description
String type

Returns

Type Description
Void

SetLabel(String)

Declaration

Void SetLabel(String label)

Parameters

Type Name Description
String label The label of the field.

Returns

Type Description
Void

SetName(String)

Declaration

Void SetName(String name)

Parameters

Type Name Description
String name Name of the value field.

Returns

Type Description
Void

SetTooltip(String)

Declaration

Void SetTooltip(String tooltip)

Parameters

Type Name Description
String tooltip The tooltip.

Returns

Type Description
Void

SetValue(String)

Declaration

Void SetValue(String value)

Parameters

Type Name Description
String value The field's value.

Returns

Type Description
Void

SetValueLength(Integer)

Declaration

Void SetValueLength(Integer length)

Parameters

Type Name Description
Integer length Database length of the value.

Returns

Type Description
Void