class
	DV_TABLEROW_FIELD

General
	cluster: dataview
	description: "Graphic objects representing a database table attribute."
	create: make_with_code

Ancestors
	DV_COMPONENT*
	DV_MESSAGES*
	TIME_UTILITY

Queries
	attribute_code: INTEGER_32
	can_be_activated: BOOLEAN
	can_update: BOOLEAN
	creation_confirmation (table_name: STRING_8): STRING_8
	creation_done (table_name: STRING_8): STRING_8
	deletion_confirmation (table_name: STRING_8): STRING_8
	deletion_done (table_name: STRING_8): STRING_8
	empty_combo_item_label: STRING_8
	enter_field_value (type, name: STRING_8): STRING_8
	graphical_title: DV_SENSITIVE_STRING
	graphical_title_set: BOOLEAN
	graphical_type: DV_SENSITIVE_STRING
	graphical_type_set: BOOLEAN
	graphical_value: DV_SENSITIVE_STRING
	graphical_value_set: BOOLEAN
	has_changed: BOOLEAN
	is_activated: BOOLEAN
	is_boolean: BOOLEAN
	is_character: BOOLEAN
	is_cleared: BOOLEAN
	is_date: BOOLEAN
	is_datetime: BOOLEAN
	is_double: BOOLEAN
	is_integer: BOOLEAN
	is_real: BOOLEAN
	is_string: BOOLEAN
	retrieve_field_value (type, name: STRING_8): STRING_8
	selection_window_title (table_name: STRING_8): STRING_8
	table_description: DB_TABLE_DESCRIPTION
	tablerows_selected (count: INTEGER_32): STRING_8
	text: STRING_8
	type_not_recognized (name: STRING_8): STRING_8
	undetermined_table_name: STRING_8
	update_done (table_name: STRING_8): STRING_8
	use_redirection: BOOLEAN
	wrong_date_format (name: STRING_8): STRING_8
	wrong_datetime_format (name: STRING_8): STRING_8

Commands
	make_with_code (code: INTEGER_32)
	set_graphical_title (g_title: DV_SENSITIVE_STRING)
	set_graphical_type (g_type: DV_SENSITIVE_STRING)
	set_graphical_value (g_value: DV_SENSITIVE_STRING)
	set_is_date
	set_redirector (a_redirector: DV_VALUE_REDIRECTOR)
	set_title (t: STRING_8)
	set_type (t: STRING_8)