FormFieldBase::CreateSubField (open)

Create a subfield

Syntax

LOADLIB "mod::publisher/lib/forms/components.whlib";

OBJECT FUNCTION CreateSubField(STRING type, STRING name, RECORD matchattributes)

Parameters

STRING type

Requested type

STRING name

Subfield name (we'll automatically make it globally unique)

RECORD matchattributes

Settings needed to select the proper field subtype

Return value

OBJECT

THe newly created field