Skip to main content

TdxCustomGallery.ClickItem(TdxGalleryItem) Method

Emulates item clicks.

Declaration

procedure ClickItem(AItem: TdxGalleryItem);

Parameters

Name Type
AItem TdxGalleryItem

Remarks

This method is called automatically when end-users click gallery items. The currently clicked item is specified by the AItem parameter.

You can call this method manually to emulate item clicks. Note that this method’s behavior depends on the ItemCheckMode property value.

See Also