JVCL Help:TJvDSADialog.FormPatch

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvDSADialog.FormUnPatch


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