JVCL Help:TJvCustomItemViewerOptions
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomItemViewerOptions Class
[+] JvCustomItemViewer.pas Classes
[+] TJvCustomItemViewerOptions Methods
[+] TJvCustomItemViewerOptions Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomItemViewerOptions
TJvImageListViewerOptions
TJvImageViewerOptions
TJvOwnerDrawViewerOptions
run\JvCustomItemViewer.pas
Summary
Base class for the Options property.
Pascal
run\JvCustomItemViewer.pas
TJvCustomItemViewerOptions = class(TPersistent);
Description
TJvCustomItemViewerOptions is the base class for Options property of TJvCustomItemViewer descendants. When developing a new item viewer that needs options not available in this class, derive a new class from TJvCustomItemViewerOptions, add the properties and methods needed. Finally, override the GetOptionsClass method of your TJvCustomItemViewer descendant to return the new class.
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