4D v13Introducing the OLE_Tools commands |
||
|
4D v13
Introducing the OLE_Tools commands
Introducing the OLE_Tools commands
The five OLE_Tools commands allows you to perform programmatically the following tasks:
All these commands accept a Longint type variable entitled oleArea as first parameter. This parameter represents the internal ID of the OLE area, which is indispensable in order for the program to know to which area the processing is to be applied. You can obtain this value in several ways, depending on the location of the OLE area and the way it was created:
oleWindow:=Open external window(50;50;350;450;8;"Array";"_OLE tools")
|
PROPERTIES
Product: 4D |