Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a field to the client.
Syntax
public void addFieldEx(
str _field,
int _dataType,
int _convType,
str _convValue)
Run On
Called
Parameters
- _field
Type: str
A string value that holds the name of field that is to be added.
- _dataType
Type: int
The type of field.
- _convType
Type: int
The conversion type.
- _convValue
Type: str
A string value that indicates the conversion.