xHarbour Reference Documentation > Statement Reference xHarbour Developers Network  

EXPORTED:

Declares the EXPORTED attribute for a group of member variables and/or methods.

Syntax

EXPORTED:

Description

EXPORTED: is the default visibility attribute, or Scope, for member variables and methods of classes. It is used within the class declaration to specify that subsequent DATA and METHOD declarations declare EXPORTED member variables and methods of a class.

Access to exported member variables and methods is not restricted. The visibility attributes PROTECTED: and HIDDEN: restrict class member access.

Info

See also:CLASS, DATA, HIDDEN:, METHOD (declaration), PROTECTED:
Category: Class declaration , Declaration , xHarbour extensions
Header:hbclass.ch
Source:vm\classes.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe