Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.