TolliumTabsExtensionBase::ValidateValue (open)

Called when the screen with the extension validates its values.

Syntax

LOADLIB "mod::tollium/lib/screenbase.whlib";

MACRO ValidateValue(OBJECT feedback)

Parameters

OBJECT feedback

The feedback object to report errors to

Description

Allows you to validate the values submitted into the extension. If you UPDATE this function you probably want to invoke the parent version first using TolliumTabsExtensionBase::ValidateValue(feedback) to ensure all contained components run their own validation