Previous Page | Next Page

SAS Component Language Dictionary

ITEM



Specifies the classes on the server that can be accessed by applications on the client
Category: Object Oriented

Syntax
Details
See Also

Syntax

ITEM class-name;

class-name

is the name of a class that you want included in the class package that you are defining. The class name is a one- to four-level name of the form library.catalog.member.CLASS.


Details

ITEM statements define the classes on the server whose methods and attributes can be accessed by applications on the client.


See Also

PACKAGE

Previous Page | Next Page | Top of Page