TdxCustomGallery.GetCheckedItem Method
In This Article
Returns the currently checked item.
#Declaration
Delphi
function GetCheckedItem: TdxGalleryItem;
#Returns
Type |
---|
Tdx |
#Remarks
In icmSingleCheck or icmSingleRadio mode, this function returns the checked item. If multiple item selection is allowed, GetCheckedItem returns the first item that is checked.
See Also