Previous Page | Next Page

SCL Methods for Automating OLE Objects under Windows

_GET_TYPE_



Returns the object's type.
Syntax
Details

Syntax

CALL NOTIFY(OLE-object-name,'_GET_TYPE_',out-type);

Argument Character (C) or Numeric (N) Description
out-type
C contains the returned object type.


Details

The _GET_TYPE_ method is used to get the type of the object. Valid types include Embedded, Linked, Bitmap, Device Independent Bitmap, and Picture.

Previous Page | Next Page | Top of Page