Class NSLocalizedField
Carrier object for LocalizedField.
Constructors
NSLocalizedField()
Initializes a new instance of the NSLocalizedField class.
Declaration
NSLocalizedField Methods
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 |