GetItemInfo Method See Also ItemUID The unique ID of an item columnUid 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. DescriptionReturns resource information for a specific item or column in the form. SyntaxVisual BasicPublic Function GetItemInfo( _ ByVal ItemUID As String, _ Optional ByVal columnUid As String = -1 _ ) As ItemInfo Parameters ItemUID The unique ID of an item columnUid 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. ExampleGetting Form Info See AlsoFormInfo Object | ResourceData