OLETYPE Property
PLBCMP GUI Only
The OLETYPE property returns the type of OLE insertable object in the OLE CONTAINER object. The property uses the following format:
OLETYPE={value}
Note the following:
OLETYPE may be used in GETPROP statements of CONTAINER objects.
OLETYPEA is a related property.
The {value} returned is one of the following. The associated keyword is defined in PLBEQU.INC:
|
Value |
Keyword |
The OLE container object |
|
1 |
$OLETYPEEMPTY |
is empty. |
|
2 |
$OLETYPEEMBED |
contains an embedded OLE insertable object. |
|
3 |
$OLETYPELINK |
contains a linked OLE insertable object. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |