JVCL Help:TJvImgBtn
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImgBtn Class
[+] JvCtrls.pas Classes
[+] TJvImgBtn Events
[+] TJvImgBtn Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomButton
TJvCustomImageButton
TJvImgBtn
run\JvCtrls.pas
Summary
A button similar to TJvBitBtn that displays images from an imagelist instead of from a bitmap. This button can also show an animation.
Pascal
run\JvCtrls.pas
TJvImgBtn = class(TJvCustomImageButton);
Description
- JVCLInfo
Use TJvImgBtn when you need a button that can have focus (derived from TWinControl) and can display text as well as an image. TJvImgBtn is very similar to a TJvBitBtn but gets its images from an imagelist instead of from a bitmap.
Using imagelists is the preferred method in modern UIs since it minimizes memory usage and simplifies a consistent look and feel.
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