xHarbour Reference Documentation > Statement Reference |
Declares the EXPORTED attribute for a group of member variables and/or methods.
EXPORTED:
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.
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 |
http://www.xHarbour.com