JVCL Help:TJvTransparentButtonImages

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTransparentButtonImages
run\JvTransparentButton.pas


Summary

A button that can display images and text and also can align text and image in various ways.

run\JvTransparentButton.pas


Pascal

 run\JvTransparentButton.pas
 TJvTransparentButtonImages = class(TPersistent);


Description

Use TJvTransparentButtonImages when you need a button that can:

  • display an image from an imagelist as well as text.
  • display different images depending on its state
  • align the text and image in several positions.
  • use different frame colors.
  • be transparent or opaque.
  • display multi-line strings.
  • automatically create disabled and "hot" images.

TJvTransparentButtonImages is very similar to TJvTransparentButton but uses imagelists instead of a bitmap image for its image. Using imagelists is more resource friendly but can be more difficult to set up.

run\JvTransparentButton.pas


About

Navigation

run\JvTransparentButton.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