OLETYPEA Property
PLBCMP GUI Only
The OLETYPEA property controls the type of OLE insertable object allowed in an OLE CONTAINER object. The property uses the following format:
OLETYPEA={value}
Note the following:
OLETYPEA may be used in CREATE, GETPROP, or SETPROP statements of CONTAINER objects.
OLETYPE 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 |
$OLETYPEBOTH |
can contain an embedded or linked OLE insertable object. |
|
2 |
$OLETYPEEMBED |
must contain an embedded OLE insertable object. |
|
3 |
$OLETYPELINK |
must contain a linked OLE insertable object. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |