Returns resource information for a specific item or column in the form.
Public Function GetItemInfo( _ ByVal ItemUID As String, _ Optional ByVal columnUid As String = -1 _ ) As ItemInfo
The unique ID of the item's column (default is -1)
Relevant only for items within Grid or Matrix columns where the column is bound to a database field.
Getting Form Info
FormInfo Object | ResourceData