AFXTableKeyword

This class is designed for command keywords that have table values.


AFXTableKeyword(command, name, isRequired=FALSE, minLength=0, maxLength=-1, opts=0)

Constructor.

ArgumentTypeDefaultDescription
commandAFXGuiCommand Host command.
nameString Keyword name.
isRequiredIntFALSETRUE if this keyword is a required argument.
minLengthInt0Minimum (and default) row length.
maxLengthInt-1Maximum row length (-1 => unlimited).
optsInt0Options.


getTypeName()

Returns the name of the table keyword type.

Reimplemented from AFXComTableKeyword.