JVCL Help:TJvConversion.Init

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

Search in JVCL Help

 
Search in all projects
 

Summary

Initializes the converter.


Pascal

 procedureInit(AParentWindow: THandle); virtual;


Parameters

Parameters Description
AParentWindow: THandle A handle to the top-level client window of the application to be used as a parent window for the converter. For example, after displaying and closing a dialog box, a converter should reset the focus to this window.


Description

Call Init to initialize the converter.
TJvRichEdit calls the Init method of a converter before any other method to permit the converter to perform any necessary global initialization.
A TJvRichEdit control guarantees that method Done is called after procedure Init is called.


See Also

TJvConversion.Done


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