JVCL Help:TJvImgBtnKind

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the possible ModalResult and types of images and the button can display.

run\JvCtrls.pas


Pascal

 run\JvCtrls.pas
 TJvImgBtnKind = (
bkCustom,
bkOK,
bkCancel,
bkHelp,
bkYes,
bkNo,
bkClose,
bkAbort,
bkRetry,
bkIgnore,
bkAll
);


Members

Members Description
bkCustom Displays an image selected from Images and ImageIndex and sets ModalResult to mrNone
bkOK Displays a green check mark as the image and sets ModalResult to mrOk
bkCancel Displays a red X as the image and sets ModalResult to mrCancel
bkHelp Displays a question mark as the image and sets ModalResult to mrNone
bkYes Displays a green check mark as the image and sets ModalResult to mrYes
bkNo Displays a red slashed circle as the image and sets ModalResult to mrNo
bkClose Displays a door as the image and sets ModalResult to mrNone
bkAbort Displays a red X as the image and sets ModalResult to mrAbort
bkRetry Displays two green circling arrows as the image and sets ModalResult to mrRetry
bkIgnore Displays a man walking away as the image and sets ModalResult to mrIgnore
bkAll Displays a green double check mark as the image and sets ModalResult to mrAll

run\JvCtrls.pas


Description

Write here a description

run\JvCtrls.pas


About

Navigation

no pages or subcategories

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