{CompanyName} FlexyGo

FieldSettingsCollection..::..Remove Method

Removes the field Settings from the Collection using FieldName as Key.

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


public bool Remove(
	FieldSettings aField
)
Public Function Remove ( _
	aField As FieldSettings _
) As Boolean

Parameters

aField
Type: FLEXYGO.Data..::..FieldSettings
A fieldSetting object.

Return Value

true if ok, false otherwise.