JVCL Help:TJvCustomInspectorItem.CloseUp

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

Search in JVCL Help

 
Search in all projects
 

Summary

Closes the drop down list.


Pascal

 procedureCloseUp(Accept: Boolean); virtual;


Parameters

Parameters Description
Accept: Boolean Indicates if the selected item in the list box should be applied. Set this parameter to True to accept the selected item, otherwise set it to False.


Description

CloseUp closes the drop down list. In addition if the Accept parameter is set to True, the selected item will be applied to the data layer. If the list is not dropped down, CloseUp will do nothing.


See Also

TJvCustomInspectorItem.DropDown


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