class
	DV_CHOICE_CREATOR

General
	cluster: dataview
	description: "Objects that enable to create a database table row and let user select foreign keys of new row."
	create: make

Ancestors
	DB_TABLES_ACCESS_USE*
	DV_CREATOR*
	DV_MESSAGES*

Queries
	can_be_activated: BOOLEAN
	control_set: 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
	is_activated: BOOLEAN
	is_valid_code (code: INTEGER_32): BOOLEAN
	retrieve_field_value (type, name: STRING_8): STRING_8
	selection_window_title (table_name: STRING_8): STRING_8
	table_component_set: BOOLEAN
	tablerows_selected (count: INTEGER_32): STRING_8
	tables_set: BOOLEAN
	type_not_recognized (name: STRING_8): STRING_8
	undetermined_table_name: STRING_8
	update_done (table_name: STRING_8): STRING_8
	wrong_date_format (name: STRING_8): STRING_8
	wrong_datetime_format (name: STRING_8): STRING_8

Commands
	make
	set_control (ctrl: DV_SENSITIVE_CONTROL)
	set_tablerow_selector (tr_selector: DV_TABLEROW_ID_PROVIDER)