Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_DataListDataList Base Class

Public Property Get ColTouched (
ColIndex As Integer
) As Boolean

Has a data value in this column been altered ? ColTouchSetAll is used to reset the 'Touched' value. ColTouched is only useful when editing a single row at a time, as it doesn't store values for specific rows.

ColIndex as Integer

The column index

Call Template:

Dim obj As New xf_DataList
Dim b As Boolean
b = obj.ColTouched(ColIndex)

See Also:

Example 1:

Debug.Print lst.ColTouched(4)   -> True
lst.ColTouched(4) = False
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd