JVCL Help:TJvIconKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvIconKind type
Search in JVCL Help
Search in all projectsSummary
Identifies different icons.
Pascal
run\JvBalloonHint.pas
TJvIconKind = (
ikCustom,
ikNone,
ikApplication,
ikError,
ikInformation,
ikQuestion,
ikWarning
);
Members
Members | Description |
ikCustom | Uses an image from the image list specified by Images. |
ikNone | No icon. |
ikApplication | The default application icon. |
ikError | Icon containing a red stop sign. |
ikInformation | Icon containing a blue "i". |
ikQuestion | The question mark icon. |
ikWarning | Icon containing a yellow exclamation point symbol. |
Description
Use TJvIconKind values to specify a specific icon.
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