Field IsSelected() Method

Determines whether a field has been selected for Update() processing by the Select() method.

Function Signature

 bool IsSelected()

Parameters

Parameter Type Description

None

Return

Type Description

bool

Returns true if selected; false if not.

Technical Details

SBM ModScript version: 11.3.

Notes

If not selected, the field is ignored during the next database update. See the Select() method for more details.

Related Topics

Field