dlgitem_set_table_column_align
dlgitem_set_table_column_align(window, dlgitem, column, align)
Sets alignment information for the column specified by column.
• window — The window identifier of the window containing the table.
• dlgitem — The value of the control's id attribute.
• column — The 1-based index of the column. If the table has fewer columns than the value of column, the table is extended.
• align = LEFT | RIGHT | CENTER
Specifies the alignment information.
If dlgitem does not refer to a table, or if column or align are illegal values, $ERROR is set and 0 is returned. Otherwise, 1 is returned.
Related Topics