GetFieldValueBool Method

DTL Auto

GetFieldValueBool Method

Returns a boolean value from the database given a field name.

See Also | Example

Signature

RetVal = object.GetFieldValueBoolMethod(FieldName)

object

AecDtlDatabase The object this method applies to.

FieldName

String; input-only
The name of the database field.

RetVal

Boolean
The value in the database.