JVCL Help:TJvImgBtn

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

Search in JVCL Help

 
Search in all projects
 

Class 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.

run\JvCtrls.pas


Pascal

 run\JvCtrls.pas
 TJvImgBtn = class(TJvCustomImageButton);


Description

  1. 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.

run\JvCtrls.pas


About

Navigation

run\JvCtrls.pas



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