JVCL Help:IJvDataItemDesigner.GetVerb
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataItemDesigner.GetVerb Method
[+] IJvDataItemDesigner Methods
Search in JVCL Help
Search in all projectsSummary
Retrieve information on a particular edit action for the item.
Pascal
functionGetVerb(Index: Integer; outCaption: string; outEnabled: Boolean; outChecked: Boolean; outVisible: Boolean; outRadioItem: Boolean): Boolean;
Parameters
Parameters | Description |
Index: Integer | 0-based index in the list of actions. |
out Caption: string | Will receive the caption to use to represent the action. |
out Enabled: Boolean | Will receive the enabled state of the action. |
out Checked: Boolean | Will receive the checked state of the action. |
out Visible: Boolean | Will receive the visible state of the action. |
out RadioItem: Boolean | Will receive the flag if the item is a radio item. |
Description
GetVerb retrieves the name and other information for the specified edit action for the item.
See Also
IJvDataItemDesigner.GetVerbCount
About
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