Navigation:  Clarion.Net (Clarion#) > Clarion# Language Extensions > CLASS attributes >====== CLASS Attributes ====== Previous pageReturn to chapter overviewNext page

Class attributes are special keywords that are valid in a CLASS structure, and are designed to give the defined CLASS special characteristics.

DELEGATE (function reference)

EVENT (CLASS Delegate Event)

INDEXER (CLASS index)

NETCLASS (suppress generation of Clarion-specific CLASS code)

PARTIAL (defines a partial class)

PROPERTY (class specific private property)