JVCL Help:TJvImgBtnKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImgBtnKind type
Search in JVCL Help
Search in all projectsSummary
Defines the possible ModalResult and types of images and the button can display.
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 |
Description
Write here a description
About
no pages or subcategories
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