This method initializes the editor when it is invoked (when the field is selected for editing). It provides a place to initialize variables for the field editor.
            
            
            
    The following code sample demonstrates how the IMMCustomFieldEditor::InitEditor method may be implemented.
    
        
            
                | Visual Basic |  Copy Code | 
            
                | 
                        
                            
                                
                                    | Private Sub IMMCustomFieldEditor_InitEditor(ByVal pFA As mmFramework.IMMFieldAdapter, ByVal eMode As mmFramework.mmDisplayMode)Set m_pFieldAdapter = pFA
 End Sub
 |  | 
        
    
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.