Skip to content

Latest commit

 

History

History
34 lines (14 loc) · 549 Bytes

PyCFormView.md

File metadata and controls

34 lines (14 loc) · 549 Bytes

PyCFormView

PyCFormView Object

A class which implementes a CFormView (ie, a view based on a dialog resource.

Methods

  • OnCommand

    Calls the standard Python framework OnCommand handler 

PyCFormView.OnCommand

OnCommand(wparam, lparam) Calls the standard Python framework OnCommand handler

Parameters

  • wparam : int

  • lparam : int

See Also