JVCL Help:TJvImageListViewer.OnGetCaption

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Called when the control needs to get the caption to use for an item.


Pascal

 TJvImageListViewerCaptionEvent = procedure (Sender: TObject; ImageIndex: Integer; var ACaption: WideString) ofobject;
propertyOnGetCaption: TJvImageListViewerCaptionEvent;


Parameters

Parameters Description
ACaption The caption to draw along with the image.
ImageIndex The index of the image in the image list to provide a caption for.
Sender The object that triggered the event.


Description

Write a handler for the OnGetCaption event when you want to provide captions for the items in a TJvImageListViewer.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page