Field IsDbBlank() Method

Determines whether a field does not contain data stored in the database.

Function Signature

 bool IsDbBlank()

Parameters

Parameter Type Description

None

Return

Type Description

bool

Returns true if this field contains data; false if not.

Technical Details

SBM ModScript version: 11.3.

Notes

Use this method to help you determine whether a field does not contain data stored in the database. This typically occurs when a field is uninitialized, meaning it does not have a default value or values entered by users.

Related Topics

Field