JVCL Help:TJvDSADialog.GetModalResult

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves the ModalResult from the owner form.


Pascal

 functionGetModalResult: Integer; virtual;


Description

GetModalResult retrieves the ModelResult from the Owner. Since TJvDSADialog can only be placed on a TCustomForm descendant, a simple typecast is used to cast the owner to a TCustomForm and retrieve the ModalResult value.


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