JVCL Help:TJvTransparentButton

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTransparentButton
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
 TJvTransparentButton = class(TJvCustomGraphicButton);


Description

  1. JVCLInfo

Use TJvTransparentButton when you need a button that can:

  • display an image as well as text.
  • 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.

TJvTransparentButton is very similar to TJvTransparentButtonImages but uses a bitmap instead of image lists for its image. Using image lists is more resource friendly but can be more laborious 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