| **Navigation:**  [[introduction.htm|Language Reference]] > App A - DDE, OLE, and OCX > Calling OLE Object Methods >====== Calling OLE Object Methods ====== | [[callback functions.htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[method syntax overview.htm|{{btn_next_n.gif|Next page}}]] | | || Both OLE Automation to an OLE Server application and OCX/ActiveX objects publish methods (procedures) that you can call to have the object perform specified actions. Since OCXs are the OLE successors to VBX controls, most OCX vendors provide their example code using Visual Basic (VB) syntax. Those that can be used in C++ programs usually also have C++ code examples. Translating these examples to the relevant Clarion code usually requires some knowledge of VB or C++. This section demonstrates the most common types of method calls in VB examples and how they translate to Clarion. [[method syntax overview.htm|Method Syntax Overview]] [[parameter passing to ole ocx methods.htm|Parameter Passing to OLE/OCX Methods]]