GetMethodIDByEventID

PowerBuilder Native Interface

IPB_Session interface:

GetMethodIDByEventID method

Description

Syntax

GetMethodIDByEventID(pbclass cls, LPCTSTR eventID)

Return Values

Examples

pbmethodID mid = d_session->GetMethodIDByEventID(clz,
   "pbm_lbuttonup");

See Also