XForm.GetResources

GetResources(bool)

Returns resources of Form X-Object

public Resources GetResources(bool allowCreate)
ParameterTypeDescription
allowCreateBooleanIf For does not have resources and allowCreate is true, Resources will be automatically created for the form.

Return Value

Resources.

See Also


GetResources()

Returns resources of Form X-Object. If For does not have resources and allowCreate is true, Resources will be automatically created for the form.

public Resources GetResources()

Return Value

Resources object

See Also