%ZEN.Datatype.align
deprecated datatype class %ZEN.Datatype.align extends %ZEN.Datatype.datatype
ODBC Type: VARCHAR
This is a string containing an HTML horizontal alignment value.Parameters
parameter MAXLEN = 25;
Inherited description: The maximum number of characters the string can contain.
parameter VALUELIST = ,left,right,center;
Inherited description: Used for enumerated (multiple-choice) attributes.
VALUELIST is either a null string ("") or a delimiter
separated list (where the delimiter is the first character) of logical values.
If a non-null value is present, then the attribute is restricted to values
in the list, and the validation code simply checks to see if the value is in the list.
parameter XMLPROJECTION = attribute;