Click a method to see more information on its use, syntax, and parameters:
object.IsKey
Part | Description |
object | A field metadata object |
Use the IsKey property to get the key flag of a field. A key value is unique for the associated field in the recordset--no other records will have the same value for that field.
object.IsReadable
Part | Description |
object | A field metadata object |
Use the IsReadable property to get the readable flag of a field, which indicates whether the field can be read by a client.
Used to get the writeable flag for the field.
object.IsWriteable
Part | Description |
object | A field metadata object |
Use the IsWriteable property to get the writeable flag of a field, which indicates whether Host Integrator allows this field to have data written to it.
object.Length
Part | Description |
object | A field metadata object |
A return value of -1 indicates that the field length is variable.
object.TerminalAttributesEnabled
Part | Description |
object | A field metadata object |
Gets the flag for the field that specifies whether terminal attributes are enabled. The terminal attributes enabled flag indicates whether Host Integrator can return the terminal attributes of the field. Terminal attributes specify various properties the text can have, including color, whether the text is blinking, and whether the text is displayed in reverse video.
![]() |