Navigation:  Language Reference > 5 - Declaration Attributes >====== Declaration Attributes ====== Previous pageReturn to chapter overviewNext page

Variable and Entity Attributes

AUTO (uninitialized local variable)

BINARY (memo contains binary data)

BINDABLE (set runtime expression string variables)

CREATE (allow data file creation)

DIM (set array dimensions)

DLL (set variable defined externally in .DLL)

DRIVER (specify data file type)

DUP (allow duplicate KEY entries)

ENCRYPT (encrypt data file)

EXTERNAL (set defined externally)

FILTER (set view filter expression)

IMPLEMENTS (add methods to a CLASS)

INNER (set inner join operation)

INTERFACE (class behavior definition)

LINK (specify CLASS link into project)

MODULE (specify CLASS member source file)

NAME (set external name)

NOCASE (case insensitive KEY or INDEX)

OEM (set international string support)

OPT (exclude null KEY or INDEX entries)

ORDER (set view sort order expression)

OVER (set shared memory location)

OWNER (declare password for data encryption)

PRE (set label prefix)

PRIMARY (set relational primary key)

PRIVATE (set variable private to a CLASS module)

PROTECTED (set variable private to a CLASS or derived CLASS)

RECLAIM (reuse deleted record space)

STATIC (set allocate static memory)

THREAD (set thread-specific memory allocation)

TYPE (type definition)