Share via


FormListControl.columnClicked Method

Identifies when a user clicks a column in a list view control in a form.

Syntax

public void columnClicked(int Column)

Run On

Client

Parameters

  • Column
    Type: int
    An Integer data type that specifies a form column.

Remarks

To override this method on a list view control, right-click the Methods node below the control, click Override Method, and then click columnClicked.

For information about best practices for forms and code, see No Code in Forms.

See Also

Reference

FormListControl Class