JVCL Help:TJvDSADialog.FormPatch
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDSADialog.FormPatch Method
[+] TJvDSADialog Events
[+] TJvDSADialog Methods
[+] TJvDSADialog Properties
Search in JVCL Help
Search in all projectsSummary
Patches the form for DSA usage.
Pascal
procedureFormPatch;
Description
FormPatch will patch the form so that it can be used as a DSA dialog. The patch involves the following:
1 Retrieve the VMT index for ShowModal 2 Store the original pointer for ShowModal using SetOrgShowModalPtr. 3 Set the pointer for ShowModal to a new ShowModal method declared in an internal form class.
See Also
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