BBjTemplatedString::getTerminatedFieldOffset
Description
In BBj 14.00 and higher, this method returns the zero-based offset of a BBjTemplatedString field since the beginning of the most recent linefeed-terminated field.
Syntax
|
Return Value |
Method |
|---|---|
|
int |
getTerminatedFieldOffset(string fieldname) |
Parameters
|
Variable |
Description |
|---|---|
|
fieldname |
The name of the field. |
Return Value
Returns zero-based offset of this field since the most recent variable length field.
Remarks
This value is typically used with the value of BBjTemplatedString::getTerminatedFieldNumber to specify a key in an MKEYED key definition.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.