How to Read OLE Type Library Information in Visual FoxProLast reviewed: November 14, 1995Article ID: Q139389 |
The information in this article applies to:
SUMMARYVisual FoxPro allows the use of OLE controls in your applications. These controls are available from a variety of sources. Often, it is necessary to determine the names of the properties, methods, and events available in an OLE control.
MORE INFORMATIONThis information is available through the OLE control's type library, which was created by the .ocx developer. Visual FoxPro allows you to read this information programmatically by using the AMEMBERS() function.
Steps to Determine Events, Methods, and Properties Exposed in an .Ocx File
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |