RDTA.PickDP.Connector.connItem Class

Represents a Pick item.

Public Constructors

New

Constructor. For internal use only.

Public Methods

Clone

For internal use only.

getField

Returns a connField Object containing information on the indicated column.

getFieldAt

Returns a connField Object at the specified column in the item.

getFields

Returns an array of connField containing all columns defined in the table in the order defined by ColumnNumber.

getHandleDict

For internal use only.

getPrimaryKey

Returns the connField Object referencing the Pick item-ID.

getValue

Returns the Pick item.

IsNew

Returns True if the item is new. The item is new when it is created by connTable.createItem or when the item-ID specified to connTable.getItem does not exist in the table.

MemberwiseClone

Returns a copy of the current instance.

release

Releases the locked record.

setFields

For internal use only.

setFileManager

For internal use only.

setHandleDict

For internal use only.

setIsNew

For internal use only.

setValue

Sets the Pick item.

ToString

Returns a string that represents the current instance.

write

Writes the record to the server.

writeu

Writes and locks the record to the server.

Example

connItem.getFieldAt