{CompanyName} FlexyGo

TemplatesCollection..::..Remove Method

Removes Template from the Collection using TemplateId as Key.

Namespace:  FLEXYGO.Objects.Settings
Assembly:  flxObjectConfig (in flxObjectConfig.dll)

Syntax


public bool Remove(
	Template aObjectFormTemplate
)
Public Function Remove ( _
	aObjectFormTemplate As Template _
) As Boolean

Parameters

aObjectFormTemplate
Type: FLEXYGO.Objects.Settings..::..Template
An Template.

Return Value

true if ok, false otherwise.