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:

  1. OLETYPE may be used in GETPROP statements of CONTAINER objects.

  2. OLETYPEA is a related property.

  3. The {value} returned is one of the following. The associated keyword is defined in PLBEQU.INC:

  4.  

    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

 



PL/B Language Reference OLEDROP Property OLETYPEA Property