INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Dialog Dir List (DDL) constants. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_DDL_CONSTANTS
inherit

WAPI_DLG_DIR_LIST_FLAGS
rename
ddl_readwrite as b32ddl_readwrite,
ddl_readonly as b32ddl_readonly,
ddl_hidden as b32ddl_hidden,
ddl_system as b32ddl_system,
ddl_directory as b32ddl_directory,
ddl_archive as b32ddl_archive,
ddl_postmsgs as b32ddl_postmsgs,
ddl_drives as b32ddl_drives,
ddl_exclusive as b32ddl_exclusive
end
feature -- Access

Ddl_readwrite: INTEGER

Ddl_readonly: INTEGER

Ddl_hidden: INTEGER

Ddl_system: INTEGER

Ddl_directory: INTEGER

Ddl_archive: INTEGER

Ddl_postmsgs: INTEGER

Ddl_drives: INTEGER

Ddl_exclusive: INTEGER
end -- class WEL_DDL_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES