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 typeRequested type
STRING nameSubfield name (we'll automatically make it globally unique)
RECORD matchattributesSettings needed to select the proper field subtype
Return value
OBJECTTHe newly created field