TcxCustomGridTableView.FindItemByTag(TcxTag) Method
In This Article
Locates an item with the specified tag value.
#Declaration
Delphi
function FindItemByTag(ATag: TcxTag): TcxCustomGridTableItem;
#Parameters
Name | Type |
---|---|
ATag | Tcx |
#Returns
Type |
---|
Tcx |
#Remarks
Use the FindItemByTag method to locate an item within the current View according to the item’s Tag property value. This can be useful when creating items and accessing them at runtime. This method finds an item with the specified tag value within the View.Items collection.
See Also