GetArray.setField

Invokes the iteration callback delegate.

class GetArray
protected override
bool
setField
(
uint i
,,
cstring name
,
cstring value
)

Parameters

i uint

field index

type Type

field type

name cstring

(ignored)

value cstring

field value

Return Value

Type: bool

passes through the return value of the delegate.

Meta