JVCL Help:TJvCustomComboEdit.AlwaysShowPopup
JVCL Help: TJvCustomComboEdit.AlwaysShowPopup Property
Search in JVCL Help
Search in all projectsSummary
Specifies whether the pop-up is always shown.
Pascal
propertyAlwaysShowPopup: Boolean;
Description
If you set AlwaysShowPopup to true, a pop-up is always shown when the user clicks the button of the combo edit control, even if ReadOnly is set to true. Note that AlwaysEnableButton must also be true.
For data-aware controls the associated dataset does not immediately go to edit-mode when the pop-up is shown, when AlwaysShowPopup is set to true. If AlwaysShowPopup is set to false and eith r the associated dataset is read-only or the controls ReadOnly property is set to true, then no pop-up is shown.
See Also
TJvCustomComboEdit.AlwaysEnableButton
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