Previous Page
|
Next Page
_GET_TYPE_
Returns the object's type.
Syntax
Details
Syntax
CALL NOTIFY
(
OLE-object-name
,'_GET_TYPE_',
out-type
);
Details
OLE Arguments
Argument
Character (C) or Numeric (N)
Description
out-type
C
contains the returned object type.
The _GET_TYPE_ method is used to get the type of the object. Valid types include Embedded, Linked, Bitmap, Device Independent Bitmap, and Picture.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page