OLEClass
Specifies the name of the server that created and is responsible for the current OLE bound or unbound control.
Usage |
cName = oControl.OLECLass |
Example |
DEFINE CLASS myPaint AS OLEControl OLEClass = "Paint.Picture" ENDDEFINE ? oControl.OLEClass APPEND GENERAL gData FROM "C:\WINDOWS\CANYON.MID" * an OLEBoundControl associated with this field yields ? olbGData.OLEClass && displays "midfile" |
See Also |
Append General, Registration Database, OLEBoundControl, OLEControl |