TdxCustomGallery.GetCheckedItem Method
Returns the currently checked item.
Declaration
function GetCheckedItem: TdxGalleryItem;
Returns
Type |
---|
TdxGalleryItem |
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