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:

  1. OLETYPEA may be used in CREATE, GETPROP, or SETPROP statements of CONTAINER objects.

  2. OLETYPE 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

    $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

 



PL/B Language Reference OLETYPE Property ORDER Property (DATATABLE)